aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-28 15:24:58 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-28 15:24:58 +0200
commitbc4564a709ccae949999af77aa456287a72f1591 (patch)
tree49d4f5b01f168591bc19180506289da5f076fa87 /src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
parent900c844861eac95fc41afbbbc121584b8f9e6c32 (diff)
downloadwallabag-bc4564a709ccae949999af77aa456287a72f1591.tar.gz
wallabag-bc4564a709ccae949999af77aa456287a72f1591.tar.zst
wallabag-bc4564a709ccae949999af77aa456287a72f1591.zip
Removed useless route
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, 0 insertions, 5 deletions
diff --git a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
index 901cf449..c1af9e02 100644
--- a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
+++ b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
@@ -1,8 +1,3 @@
1api:
2 type: rest
3 resource: "WallabagApiBundle:WallabagRest"
4 name_prefix: api_
5
6entries: 1entries:
7 type: rest 2 type: rest
8 resource: "WallabagApiBundle:EntryRest" 3 resource: "WallabagApiBundle:EntryRest"