X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=40cc7165bb4e410f175a330fa591e2f79ea70e59;hb=ff1a5362f7254d686864ea53994da6c517b3d3e8;hp=84b98d2323621be0e315ab6e3df3f378c8075808;hpb=86719c63bf47686ca55020e6b0443344de36d45a;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