mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Fix pattern deprecation
Replaced by path
This commit is contained in:
parent
78507d2835
commit
5ead137fe6
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ rest :
|
|||
prefix : /api
|
||||
|
||||
homepage:
|
||||
pattern: "/{page}"
|
||||
path: "/{page}"
|
||||
defaults: { _controller: WallabagCoreBundle:Entry:showUnread, page : 1 }
|
||||
requirements:
|
||||
page: \d+
|
||||
|
|
Loading…
Reference in a new issue