app/config/routes.yml: adding backend-user-edit route
This commit is contained in:
parent
6a31e85994
commit
691632a31f
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-edit:
|
||||
pattern: '/admin/user/{id:([0-9]+)}'
|
||||
path: backend::user::edit
|
||||
backend-log:
|
||||
pattern: '/admin/log{page:/?([0-9]+)?}'
|
||||
path: backend::log::index
|
||||
|
|
|
|||
Reference in a new issue