summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-05 00:02:18 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-05-18 20:49:04 +0200
commit4d96cd3df7e092aa32e1212e26aaad614ecbd54e (patch)
treef806951b881a403bf216b526a715973ff13e86a5 /apps/oauth2
parentc5ad3c9213830abb6d76a7a98d1b308c7ffa187f (diff)
downloadnextcloud-server-4d96cd3df7e092aa32e1212e26aaad614ecbd54e.tar.gz
nextcloud-server-4d96cd3df7e092aa32e1212e26aaad614ecbd54e.zip
Change to POST
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/appinfo/routes.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/oauth2/appinfo/routes.php b/apps/oauth2/appinfo/routes.php
index b088dff0d48..808f2a22395 100644
--- a/apps/oauth2/appinfo/routes.php
+++ b/apps/oauth2/appinfo/routes.php
@@ -39,8 +39,7 @@ return [
[
'name' => 'OauthApi#getToken',
'url' => '/api/v1/token',
- // TODO: POST!
- 'verb' => 'GET'
+ 'verb' => 'POST'
],
],
]; \ No newline at end of file