aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-26 22:15:19 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-26 22:15:19 +0100
commit6b767d1cc0e9697af95ec399fd612d203d10826a (patch)
tree5257200fa45da0218a9c63f0738f18eb6c876775 /app/config
parentad4d1caa9e744af57ca58a4e57576533eb682d00 (diff)
downloadwallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.tar.gz
wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.tar.zst
wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.zip
refactoring for fetching content
Diffstat (limited to 'app/config')
-rw-r--r--app/config/routing.yml2
-rw-r--r--app/config/routing_dev.yml6
2 files changed, 2 insertions, 6 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index b3c5291a..95c224ab 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -4,4 +4,4 @@ app:
4 4
5homepage: 5homepage:
6 pattern: / 6 pattern: /
7 defaults: { _controller: CoreBundle:Entry:showUnread } \ No newline at end of file 7 defaults: { _controller: WallabagCoreBundle:Entry:showUnread } \ No newline at end of file
diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml
index 99130058..1a236e28 100644
--- a/app/config/routing_dev.yml
+++ b/app/config/routing_dev.yml
@@ -15,8 +15,4 @@ _errors:
15 prefix: /_error 15 prefix: /_error
16 16
17_main: 17_main:
18 resource: routing.yml 18 resource: routing.yml \ No newline at end of file
19
20# AcmeDemoBundle routes (to be removed)
21_acme_demo:
22 resource: "@AcmeDemoBundle/Resources/config/routing.yml" \ No newline at end of file