Archived
1
0
Fork 0

app/config/routes.yml: adding backend-user-edit route

This commit is contained in:
Henrik Hautakoski 2019-12-03 00:20:47 +01:00
parent 6a31e85994
commit 691632a31f
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -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