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:
|
backend-user-list:
|
||||||
pattern: '/admin/user/list/{page:([0-9]+)}'
|
pattern: '/admin/user/list/{page:([0-9]+)}'
|
||||||
path: backend::user::index
|
path: backend::user::index
|
||||||
|
backend-user-edit:
|
||||||
|
pattern: '/admin/user/{id:([0-9]+)}'
|
||||||
|
path: backend::user::edit
|
||||||
backend-log:
|
backend-log:
|
||||||
pattern: '/admin/log{page:/?([0-9]+)?}'
|
pattern: '/admin/log{page:/?([0-9]+)?}'
|
||||||
path: backend::log::index
|
path: backend::log::index
|
||||||
|
|
|
||||||
Reference in a new issue