diff options
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 }, |