X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=750ed43568657bfa1b7b3a43988bac3b5e9f1f09;hb=41c2178685a93999a48842ab79b08091c0345c59;hp=6a6aa6aca65ff3763cbde25a0bda56305a934ea4;hpb=162954763e6f68e0cf4002822007683bde62fc25;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index 6a6aa6ac..750ed435 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -4,8 +4,18 @@ 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/Controller/" + type: annotation + prefix: / wallabag_api: resource: "@WallabagApiBundle/Resources/config/routing.yml"