diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-26 22:15:19 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-26 22:15:19 +0100 |
commit | 6b767d1cc0e9697af95ec399fd612d203d10826a (patch) | |
tree | 5257200fa45da0218a9c63f0738f18eb6c876775 /app/config/routing.yml | |
parent | ad4d1caa9e744af57ca58a4e57576533eb682d00 (diff) | |
download | wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.tar.gz wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.tar.zst wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.zip |
refactoring for fetching content
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 2 |
1 files changed, 1 insertions, 1 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 | ||
5 | homepage: | 5 | homepage: |
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 |