X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=0bd2d130675140d54ee3f9c7d4d5b1acb20553e7;hb=f17b89fadce0a8c2280fbe1518d66f20dddce59d;hp=40cc7165bb4e410f175a330fa591e2f79ea70e59;hpb=2e16a9033930ea33721f9ffba3fb12d145f5d56b;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index 40cc7165..0bd2d130 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -7,8 +7,14 @@ wallabag_import: type: annotation prefix: /import +wallabag_user: + resource: "@WallabagUserBundle/Controller/" + type: annotation + prefix: /users + wallabag_api: - resource: "@WallabagApiBundle/Resources/config/routing.yml" + resource: "@WallabagApiBundle/Controller/" + type: annotation prefix: / app: @@ -42,3 +48,6 @@ craue_config_settings_modify: path: /settings defaults: _controller: CraueConfigBundle:Settings:modify + +fos_js_routing: + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"