diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-29 13:20:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 13:20:01 +0200 |
commit | 267087d969e68e2f5abcb18f526120d835d9a686 (patch) | |
tree | 49d4f5b01f168591bc19180506289da5f076fa87 /src/Wallabag/ApiBundle/Resources | |
parent | eca4d030bf90cdf6ca0b6a86b18bd8f66a36db08 (diff) | |
parent | bc4564a709ccae949999af77aa456287a72f1591 (diff) | |
download | wallabag-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')
-rw-r--r-- | src/Wallabag/ApiBundle/Resources/config/routing_rest.yml | 7 |
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 @@ | |||
1 | entries: | 1 | entries: |
2 | type: rest | 2 | type: rest |
3 | resource: "WallabagApiBundle:WallabagRest" | 3 | resource: "WallabagApiBundle:EntryRest" |
4 | name_prefix: api_ | ||
5 | |||
6 | tags: | ||
7 | type: rest | ||
8 | resource: "WallabagApiBundle:TagRest" | ||
4 | name_prefix: api_ | 9 | name_prefix: api_ |