diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-09-06 23:19:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-09-06 23:19:58 +0900 |
| commit | c6b0bf42a112f0d9afa8920d6497cc76205ecaf4 (patch) | |
| tree | 3d067ff9d9a2ef79b9f11a557f732d5d120b314a /src/api/endpoints.ts | |
| parent | wip (diff) | |
| download | sharkey-c6b0bf42a112f0d9afa8920d6497cc76205ecaf4.tar.gz sharkey-c6b0bf42a112f0d9afa8920d6497cc76205ecaf4.tar.bz2 sharkey-c6b0bf42a112f0d9afa8920d6497cc76205ecaf4.zip | |
wip
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 4 |
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 }, |