Change to POST

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-05-05 00:02:18 +02:00
parent c5ad3c9213
commit 4d96cd3df7
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ return [
[
'name' => 'OauthApi#getToken',
'url' => '/api/v1/token',
// TODO: POST!
'verb' => 'GET'
'verb' => 'POST'
],
],
];