app/config/routes.yml: Add "status" to the url for backend-user-status route.
This commit is contained in:
parent
2e98191d56
commit
ff15ee697c
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ router:
|
|||
pattern: '/admin/user/{id:([0-9]+)}/activation'
|
||||
path: backend::user::activation-email
|
||||
backend-user-status:
|
||||
pattern: '/admin/user/{id:([0-9]+)}/{type}'
|
||||
pattern: '/admin/user/{id:([0-9]+)}/status/{type}'
|
||||
path:
|
||||
module: backend
|
||||
controller: user
|
||||
|
|
|
|||
Reference in a new issue