aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index a748d532..d0ece8e3 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -1,3 +1,7 @@
1app: 1app:
2 resource: @WallabagBundle/Controller/ 2 resource: @WallabagBundle/Controller/
3 type: annotation 3 type: annotation
4
5homepage:
6 pattern: /
7 defaults: { _controller: WallabagBundle:Entry:showUnread } \ No newline at end of file