mirror of
https://github.com/moparisthebest/wallabag
synced 2024-10-31 15:35:05 -04:00
38 lines
981 B
YAML
38 lines
981 B
YAML
wallabag_readability:
|
|
resource: "@WallabagReadabilityBundle/Controller/"
|
|
type: annotation
|
|
prefix: /
|
|
|
|
wallabag_cli:
|
|
resource: "@WallabagCliBundle/Controller/"
|
|
type: annotation
|
|
prefix: /
|
|
|
|
wallabag_api:
|
|
resource: "@WallabagApiBundle/Controller/"
|
|
type: annotation
|
|
prefix: /api
|
|
|
|
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 |