app/controllers/CallbackController.php: move endpointAction() to ApiController.
This commit is contained in:
parent
7a81eb87e3
commit
bd5a8402e6
3 changed files with 54 additions and 48 deletions
|
|
@ -20,7 +20,7 @@ router:
|
|||
cb-endpoint:
|
||||
pattern: '/cb/{id}/:params'
|
||||
path:
|
||||
controller: callback
|
||||
controller: api
|
||||
action: endpoint
|
||||
login:
|
||||
pattern: '/login'
|
||||
|
|
|
|||
Reference in a new issue