]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/routing.yml
move WallabagBundle into Wallabag:CoreBundle
[github/wallabag/wallabag.git] / app / config / routing.yml
1 app:
2 resource: @WallabagCoreBundle/Controller/
3 type: annotation
4
5 homepage:
6 pattern: /
7 defaults: { _controller: CoreBundle:Entry:showUnread }