Archived
1
0
Fork 0

app/controllers/CallbackController.php: move endpointAction() to ApiController.

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

View file

@ -20,7 +20,7 @@ router:
cb-endpoint:
pattern: '/cb/{id}/:params'
path:
controller: callback
controller: api
action: endpoint
login:
pattern: '/login'