X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=0bd2d130675140d54ee3f9c7d4d5b1acb20553e7;hb=1b220426e2e8139364b4a34678a2843c2e8bccf5;hp=6a6aa6aca65ff3763cbde25a0bda56305a934ea4;hpb=4dc872238a61f33c886c423c5812cc578b3b1cdc;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index 6a6aa6ac..0bd2d130 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -4,11 +4,17 @@ wallabag_annotation: 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/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"