diff options
author | Jeremy <j0k3r@users.noreply.github.com> | 2015-02-09 15:52:10 +0100 |
---|---|---|
committer | Jeremy <j0k3r@users.noreply.github.com> | 2015-02-09 15:52:10 +0100 |
commit | cbce162b407024882d8c37a7e3298c85175d2651 (patch) | |
tree | ab01cb903d07a96fd7e99043c8305b055182fd6f /app | |
parent | 89c03230c3d51e618608b044b0e3f45cf0c06a11 (diff) | |
parent | fb8389f4632a0350cf33653f90be49a1c5af2c10 (diff) | |
download | wallabag-cbce162b407024882d8c37a7e3298c85175d2651.tar.gz wallabag-cbce162b407024882d8c37a7e3298c85175d2651.tar.zst wallabag-cbce162b407024882d8c37a7e3298c85175d2651.zip |
Merge pull request #1063 from wallabag/v2-rename-tags-entity
Rename Tags entity
Diffstat (limited to 'app')
-rw-r--r-- | app/config/routing.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 426dcdcf..20f6979a 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -18,11 +18,6 @@ login_check: | |||
18 | logout: | 18 | logout: |
19 | path: /logout | 19 | path: /logout |
20 | 20 | ||
21 | #wallabag_api: | ||
22 | # resource: "@WallabagApiBundle/Controller/" | ||
23 | # type: annotation | ||
24 | # prefix: /api | ||
25 | |||
26 | rest : | 21 | rest : |
27 | type : rest | 22 | type : rest |
28 | resource : "routing_rest.yml" | 23 | resource : "routing_rest.yml" |