diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/routing.yml | 4 |
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 @@ | |||
1 | app: | 1 | app: |
2 | resource: @WallabagBundle/Controller/ | 2 | resource: @WallabagCoreBundle/Controller/ |
3 | type: annotation | 3 | type: annotation |
4 | 4 | ||
5 | homepage: | 5 | homepage: |
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 |