summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-09-18 10:55:47 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-09-18 10:55:47 -0100
commit638838cd50ea498f634ef8b54ffbc75fce3f4216 (patch)
tree38ff9b8758647995305b178b9edfaaf8378b83f2 /appinfo
parentc827dd3ef2ec0d2ed475f65c8f70471b0ad6788b (diff)
single table/model for all exchange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 54105fd1..377ff9aa 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -73,9 +73,9 @@ return [
['name' => 'OAuth#apps', 'url' => '/api/v1/apps', 'verb' => 'POST'],
['name' => 'OAuth#authorize', 'url' => '/oauth/authorize', 'verb' => 'GET'],
['name' => 'OAuth#token', 'url' => '/oauth/token', 'verb' => 'POST'],
- ['name' => 'OAuth#appsCredentials', 'url' => '/api/v1/apps/verify_credentials', 'verb' => 'GET'],
// Api for 3rd party
+ ['name' => 'Api#appsCredentials', 'url' => '/api/v1/apps/verify_credentials', 'verb' => 'GET'],
['name' => 'Api#verifyCredentials', 'url' => '/api/v1/accounts/verify_credentials', 'verb' => 'GET'],
['name' => 'Api#instance', 'url' => '/api/v1/instance/', 'verb' => 'GET'],
['name' => 'Api#customEmojis', 'url' => '/api/v1/custom_emojis', 'verb' => 'GET'],