app/config/routes.yml: Adding backend-user-new route
This commit is contained in:
parent
885cdbe47a
commit
d8a20441cc
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ router:
|
|||
backend-user-list:
|
||||
pattern: '/admin/user/list{page:/?([0-9]+)?}'
|
||||
path: backend::user::index
|
||||
backend-user-new:
|
||||
pattern: '/admin/user/new'
|
||||
path: backend::user::new
|
||||
backend-user-edit:
|
||||
pattern: '/admin/user/{id:([0-9]+)}'
|
||||
path: backend::user::edit
|
||||
|
|
|
|||
Reference in a new issue