app/config/routes.yml: add pattern for activation-link
This commit is contained in:
parent
7fd242a28a
commit
b47f2eb741
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ router:
|
|||
controller: user
|
||||
action: settings
|
||||
activation-link:
|
||||
pattern: '/activate/{link}'
|
||||
path:
|
||||
controller: user
|
||||
action: activationlink
|
||||
|
|
|
|||
Reference in a new issue