aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-29 13:20:01 +0200
committerGitHub <noreply@github.com>2016-10-29 13:20:01 +0200
commit267087d969e68e2f5abcb18f526120d835d9a686 (patch)
tree49d4f5b01f168591bc19180506289da5f076fa87 /src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
parenteca4d030bf90cdf6ca0b6a86b18bd8f66a36db08 (diff)
parentbc4564a709ccae949999af77aa456287a72f1591 (diff)
downloadwallabag-267087d969e68e2f5abcb18f526120d835d9a686.tar.gz
wallabag-267087d969e68e2f5abcb18f526120d835d9a686.tar.zst
wallabag-267087d969e68e2f5abcb18f526120d835d9a686.zip
Merge pull request #2509 from wallabag/explode-api-controller
Exploded WallabagRestController into many controllers
Diffstat (limited to 'src/Wallabag/ApiBundle/Resources/config/routing_rest.yml')
-rw-r--r--src/Wallabag/ApiBundle/Resources/config/routing_rest.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
index 5f43f971..c1af9e02 100644
--- a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
+++ b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
@@ -1,4 +1,9 @@
1entries: 1entries:
2 type: rest 2 type: rest
3 resource: "WallabagApiBundle:WallabagRest" 3 resource: "WallabagApiBundle:EntryRest"
4 name_prefix: api_
5
6tags:
7 type: rest
8 resource: "WallabagApiBundle:TagRest"
4 name_prefix: api_ 9 name_prefix: api_