X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=eedf51d5951a06640867cd6c3f1f1241735210f9;hb=3cd6da0b749bd136758add109ed30531be224f4a;hp=c491d35dc305eaa6f722bdd9a35251caf005aad3;hpb=e008c037f53324b931f027483f9f1053171109c5;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index c491d35d..eedf51d5 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,7 +1,21 @@ +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_user: + resource: "@WallabagUserBundle/Controller/" + type: annotation + prefix: /users + +wallabag_api: + resource: "@WallabagApiBundle/Controller/" + type: annotation + prefix: / wallabag_api: resource: "@WallabagApiBundle/Resources/config/routing.yml" @@ -38,3 +52,6 @@ craue_config_settings_modify: path: /settings defaults: _controller: CraueConfigBundle:Settings:modify + +fos_js_routing: + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"