app/config/routes.yml: add impersonate route.
This commit is contained in:
parent
7975a4da90
commit
c3e25fdc8f
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ router:
|
||||||
backend-user-edit:
|
backend-user-edit:
|
||||||
pattern: '/admin/user/{id:([0-9]+)}'
|
pattern: '/admin/user/{id:([0-9]+)}'
|
||||||
path: backend::user::edit
|
path: backend::user::edit
|
||||||
|
backend-user-impersonate:
|
||||||
|
pattern: '/admin/impersonate/{id:([0-9]+)}'
|
||||||
|
path: backend::user::impersonate
|
||||||
backend-user-activation-email:
|
backend-user-activation-email:
|
||||||
pattern: '/admin/user/{id:([0-9]+)}/activation'
|
pattern: '/admin/user/{id:([0-9]+)}/activation'
|
||||||
path: backend::user::activation-email
|
path: backend::user::activation-email
|
||||||
|
|
|
||||||
Reference in a new issue