Files
wallabag/app/config/routing.yml

7 lines
163 B
YAML
Raw Normal View History

2015-01-22 08:30:07 +01:00
app:
resource: @WallabagBundle/Controller/
type: annotation
2015-01-23 14:58:17 +01:00
homepage:
pattern: /
defaults: { _controller: WallabagBundle:Entry:showUnread }