app/controllers/UserController.php: move activateLinkAction() to ApiController
This commit is contained in:
parent
bd5a8402e6
commit
7c24e2ea5e
3 changed files with 40 additions and 40 deletions
|
|
@ -54,5 +54,5 @@ router:
|
|||
activation-link:
|
||||
pattern: '/activate/{link}'
|
||||
path:
|
||||
controller: user
|
||||
controller: api
|
||||
action: activationlink
|
||||
|
|
|
|||
Reference in a new issue