aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-12-15 22:18:45 +0100
committerGitHub <noreply@github.com>2016-12-15 22:18:45 +0100
commit24becc9717423748e6ef06c6cf1c499435af66b9 (patch)
tree9d6feb77e78d8318ebccc807356ff2d414892486 /app
parent15cc1838501955638f3ac6e0fb3235bb6ac4e26c (diff)
parent6ad8aabb83581fdc978d0cea81be8e776a3b7198 (diff)
downloadwallabag-24becc9717423748e6ef06c6cf1c499435af66b9.tar.gz
wallabag-24becc9717423748e6ef06c6cf1c499435af66b9.tar.zst
wallabag-24becc9717423748e6ef06c6cf1c499435af66b9.zip
Merge pull request #2667 from wallabag/upgrade-symfony-32
Upgrade to Symfony 3.2
Diffstat (limited to 'app')
-rw-r--r--app/config/routing.yml4
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
20wallabag_api:
21 resource: "@WallabagApiBundle/Resources/config/routing.yml"
22 prefix: /
23
24app: 20app:
25 resource: "@WallabagCoreBundle/Controller/" 21 resource: "@WallabagCoreBundle/Controller/"
26 type: annotation 22 type: annotation