diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-23 14:58:17 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-23 14:58:17 +0100 |
commit | b84a80559a1167b5500fbc5eb4965d3b08b371ef (patch) | |
tree | f7d0e9917f650b6317b986c9e8baf38880a4fb2e /app/config/routing.yml | |
parent | 163eae0bb15d0daa5390f434a42a8176eca186e7 (diff) | |
download | wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.tar.gz wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.tar.zst wallabag-b84a80559a1167b5500fbc5eb4965d3b08b371ef.zip |
some parameters, new entry form, etc.
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 4 |
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 @@ | |||
1 | app: | 1 | app: |
2 | resource: @WallabagBundle/Controller/ | 2 | resource: @WallabagBundle/Controller/ |
3 | type: annotation | 3 | type: annotation |
4 | |||
5 | homepage: | ||
6 | pattern: / | ||
7 | defaults: { _controller: WallabagBundle:Entry:showUnread } \ No newline at end of file | ||