aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-23 16:28:37 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-23 16:28:37 +0100
commitad4d1caa9e744af57ca58a4e57576533eb682d00 (patch)
tree37d6c284d2afc7fc62cdf80be419b536ab4ea603 /app/config/routing.yml
parentb84a80559a1167b5500fbc5eb4965d3b08b371ef (diff)
downloadwallabag-ad4d1caa9e744af57ca58a4e57576533eb682d00.tar.gz
wallabag-ad4d1caa9e744af57ca58a4e57576533eb682d00.tar.zst
wallabag-ad4d1caa9e744af57ca58a4e57576533eb682d00.zip
move WallabagBundle into Wallabag:CoreBundle
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index d0ece8e3..b3c5291a 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -1,7 +1,7 @@
1app: 1app:
2 resource: @WallabagBundle/Controller/ 2 resource: @WallabagCoreBundle/Controller/
3 type: annotation 3 type: annotation
4 4
5homepage: 5homepage:
6 pattern: / 6 pattern: /
7 defaults: { _controller: WallabagBundle:Entry:showUnread } \ No newline at end of file 7 defaults: { _controller: CoreBundle:Entry:showUnread } \ No newline at end of file