forked from wallabag/wallabag
refactoring for fetching content
This commit is contained in:
@ -4,4 +4,4 @@ app:
|
||||
|
||||
homepage:
|
||||
pattern: /
|
||||
defaults: { _controller: CoreBundle:Entry:showUnread }
|
||||
defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
|
||||
@ -15,8 +15,4 @@ _errors:
|
||||
prefix: /_error
|
||||
|
||||
_main:
|
||||
resource: routing.yml
|
||||
|
||||
# AcmeDemoBundle routes (to be removed)
|
||||
_acme_demo:
|
||||
resource: "@AcmeDemoBundle/Resources/config/routing.yml"
|
||||
resource: routing.yml
|
||||
Reference in New Issue
Block a user