X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=40cc7165bb4e410f175a330fa591e2f79ea70e59;hb=2e16a9033930ea33721f9ffba3fb12d145f5d56b;hp=84b98d2323621be0e315ab6e3df3f378c8075808;hpb=5c895a7fd15822856fb407910264c5d95e1e223c;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index 84b98d23..40cc7165 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,7 +1,11 @@ +wallabag_annotation: + type : rest + resource: "@WallabagAnnotationBundle/Resources/config/routing_annotations.yml" + wallabag_import: resource: "@WallabagImportBundle/Controller/" - type: annotation - prefix: /import + type: annotation + prefix: /import wallabag_api: resource: "@WallabagApiBundle/Resources/config/routing.yml" @@ -22,7 +26,9 @@ rest : homepage: path: "/{page}" - defaults: { _controller: WallabagCoreBundle:Entry:showUnread, page : 1 } + defaults: + _controller: WallabagCoreBundle:Entry:showUnread + page : 1 requirements: page: \d+ @@ -31,3 +37,8 @@ fos_user: fos_oauth_server_token: resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml" + +craue_config_settings_modify: + path: /settings + defaults: + _controller: CraueConfigBundle:Settings:modify