diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/appinfo/routes.php | 3 |
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 |