summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-09-06 23:19:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-09-06 23:19:58 +0900
commitc6b0bf42a112f0d9afa8920d6497cc76205ecaf4 (patch)
tree3d067ff9d9a2ef79b9f11a557f732d5d120b314a /src/api/endpoints.ts
parentwip (diff)
downloadsharkey-c6b0bf42a112f0d9afa8920d6497cc76205ecaf4.tar.gz
sharkey-c6b0bf42a112f0d9afa8920d6497cc76205ecaf4.tar.bz2
sharkey-c6b0bf42a112f0d9afa8920d6497cc76205ecaf4.zip
wip
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
},