summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorこぴなたみぽ <Syuilotan@yahoo.co.jp>2017-09-06 23:23:13 +0900
committerGitHub <noreply@github.com>2017-09-06 23:23:13 +0900
commita94c130140ab912b61416167563fccb9e5efea9e (patch)
tree3d067ff9d9a2ef79b9f11a557f732d5d120b314a /src/api/endpoints.ts
parentUpdate mocha.opts (diff)
parentwip (diff)
downloadmisskey-a94c130140ab912b61416167563fccb9e5efea9e.tar.gz
misskey-a94c130140ab912b61416167563fccb9e5efea9e.tar.bz2
misskey-a94c130140ab912b61416167563fccb9e5efea9e.zip
Merge pull request #763 from syuilo/#757
#757
Diffstat (limited to 'src/api/endpoints.ts')
-rw-r--r--src/api/endpoints.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts
index e5be68c096..97b98895b8 100644
--- a/src/api/endpoints.ts
+++ b/src/api/endpoints.ts
@@ -395,6 +395,10 @@ const endpoints: Endpoint[] = [
withCredential: true
},
{
+ name: 'posts/categorize',
+ withCredential: true
+ },
+ {
name: 'posts/reactions',
withCredential: true
},