aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-03 17:29:16 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-03 17:29:16 +0100
commit864c1dd23a4aa9e5f412302694d9303070dca6dc (patch)
tree9d84fbb6898d86e0e3bf7aaf193db89c45e88097 /src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
parent5a619812ca3eb05a82a023ccdaee13501eb8d45f (diff)
downloadwallabag-864c1dd23a4aa9e5f412302694d9303070dca6dc.tar.gz
wallabag-864c1dd23a4aa9e5f412302694d9303070dca6dc.tar.zst
wallabag-864c1dd23a4aa9e5f412302694d9303070dca6dc.zip
Fix rest controller merge
Diffstat (limited to 'src/Wallabag/ApiBundle/Resources/config/routing_rest.yml')
-rw-r--r--src/Wallabag/ApiBundle/Resources/config/routing_rest.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
index 8e1886ac..57d37f4b 100644
--- a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
+++ b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
@@ -8,6 +8,11 @@ tag:
8 resource: "WallabagApiBundle:TagRest" 8 resource: "WallabagApiBundle:TagRest"
9 name_prefix: api_ 9 name_prefix: api_
10 10
11annotation:
12 type: rest
13 resource: "WallabagApiBundle:AnnotationRest"
14 name_prefix: api_
15
11misc: 16misc:
12 type: rest 17 type: rest
13 resource: "WallabagApiBundle:WallabagRest" 18 resource: "WallabagApiBundle:WallabagRest"