X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Frouting.yml;h=750ed43568657bfa1b7b3a43988bac3b5e9f1f09;hb=c20d9e311f5faa815d35a87a6cfc50644c81244b;hp=8fbcb6432a6a6b063702a7568bcfc7148836a1a3;hpb=f38e03dc02c96344677fd2720912605b21c90b5d;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/routing.yml b/app/config/routing.yml index 8fbcb643..750ed435 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,11 +1,21 @@ -wallabag_comment: +wallabag_annotation: type : rest - resource: "@WallabagCommentBundle/Resources/config/routing_comments.yml" + 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"