diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-28 15:24:58 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-28 15:24:58 +0200 |
commit | bc4564a709ccae949999af77aa456287a72f1591 (patch) | |
tree | 49d4f5b01f168591bc19180506289da5f076fa87 /src/Wallabag/ApiBundle/Resources | |
parent | 900c844861eac95fc41afbbbc121584b8f9e6c32 (diff) | |
download | wallabag-bc4564a709ccae949999af77aa456287a72f1591.tar.gz wallabag-bc4564a709ccae949999af77aa456287a72f1591.tar.zst wallabag-bc4564a709ccae949999af77aa456287a72f1591.zip |
Removed useless route
Diffstat (limited to 'src/Wallabag/ApiBundle/Resources')
-rw-r--r-- | src/Wallabag/ApiBundle/Resources/config/routing_rest.yml | 5 |
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 @@ | |||
1 | api: | ||
2 | type: rest | ||
3 | resource: "WallabagApiBundle:WallabagRest" | ||
4 | name_prefix: api_ | ||
5 | |||
6 | entries: | 1 | entries: |
7 | type: rest | 2 | type: rest |
8 | resource: "WallabagApiBundle:EntryRest" | 3 | resource: "WallabagApiBundle:EntryRest" |