app/config/routes.yml: make "page" an optional variable for backend-user-list route.
This commit is contained in:
parent
b1212f5310
commit
599eb17f69
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ router:
|
|||
pattern: '/admin'
|
||||
path: backend::user::index
|
||||
backend-user-list:
|
||||
pattern: '/admin/user/list/{page:([0-9]+)}'
|
||||
pattern: '/admin/user/list{page:/?([0-9]+)?}'
|
||||
path: backend::user::index
|
||||
backend-user-edit:
|
||||
pattern: '/admin/user/{id:([0-9]+)}'
|
||||
|
|
|
|||
Reference in a new issue