app/config/routes.yml: adding backend-user-list route
This commit is contained in:
parent
dfe440cda3
commit
7c458a8052
1 changed files with 3 additions and 0 deletions
|
|
@ -61,3 +61,6 @@ router:
|
||||||
backend-home:
|
backend-home:
|
||||||
pattern: '/admin'
|
pattern: '/admin'
|
||||||
path: backend::user::index
|
path: backend::user::index
|
||||||
|
backend-user-list:
|
||||||
|
pattern: '/admin/user/list/{page:([0-9]+)}'
|
||||||
|
path: backend::user::index
|
||||||
|
|
|
||||||
Reference in a new issue