Archived
1
0
Fork 0

app/controllers/UserController.php: move activateLinkAction() to ApiController

This commit is contained in:
Henrik Hautakoski 2018-09-30 23:12:08 +02:00
parent bd5a8402e6
commit 7c24e2ea5e
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
3 changed files with 40 additions and 40 deletions

View file

@ -54,5 +54,5 @@ router:
activation-link:
pattern: '/activate/{link}'
path:
controller: user
controller: api
action: activationlink