1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-10-31 15:35:05 -04:00
wallabag/app/config/routing.yml

38 lines
978 B
YAML
Raw Normal View History

wallabag_readability:
resource: "@WallabagReadabilityBundle/Controller/"
type: annotation
prefix: /
2014-08-03 19:18:51 -04:00
wallabag_cli:
resource: "@WallabagCliBundle/Controller/"
type: annotation
prefix: /
wallabag_api:
resource: "@WallabagApiBundle/Controller/"
type: annotation
prefix: /
wallabag_core:
resource: "@WallabagCoreBundle/Controller/"
type: annotation
prefix: /
fos_user_security:
resource: "@FOSUserBundle/Resources/config/routing/security.xml"
fos_user_profile:
resource: "@FOSUserBundle/Resources/config/routing/profile.xml"
prefix: /profile
fos_user_register:
resource: "@FOSUserBundle/Resources/config/routing/registration.xml"
prefix: /register
fos_user_resetting:
resource: "@FOSUserBundle/Resources/config/routing/resetting.xml"
prefix: /resetting
fos_user_change_password:
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
prefix: /profile