Archived
1
0
Fork 0

app/config/routes.yml: Add "status" to the url for backend-user-status route.

This commit is contained in:
Henrik Hautakoski 2022-08-28 16:40:44 +02:00
parent 2e98191d56
commit ff15ee697c

View file

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