diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-14 11:54:30 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-15 21:38:16 +0100 |
commit | 21e7ccef3d960f4747d58fc0c9e081618e9451eb (patch) | |
tree | 295c0af56ecaaf9202618d14b67244da373e5f99 /app | |
parent | 202a66ce02bf42743e66fbc1ea1dbfe5b6a1c83a (diff) | |
download | wallabag-21e7ccef3d960f4747d58fc0c9e081618e9451eb.tar.gz wallabag-21e7ccef3d960f4747d58fc0c9e081618e9451eb.tar.zst wallabag-21e7ccef3d960f4747d58fc0c9e081618e9451eb.zip |
Fix tests & deprecation notice
Diffstat (limited to 'app')
-rw-r--r-- | app/config/routing.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index eedf51d5..0bd2d130 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -17,10 +17,6 @@ wallabag_api: | |||
17 | type: annotation | 17 | type: annotation |
18 | prefix: / | 18 | prefix: / |
19 | 19 | ||
20 | wallabag_api: | ||
21 | resource: "@WallabagApiBundle/Resources/config/routing.yml" | ||
22 | prefix: / | ||
23 | |||
24 | app: | 20 | app: |
25 | resource: "@WallabagCoreBundle/Controller/" | 21 | resource: "@WallabagCoreBundle/Controller/" |
26 | type: annotation | 22 | type: annotation |