summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-25 23:23:22 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-25 23:23:22 +0900
commita501a3cbc4293fbf5a3558a613ff91e89f9cb28f (patch)
tree8c33ad55b3f98d64f14e52c5acea240b0e1e6775 /src/api/endpoints.ts
parentv1473 (diff)
downloadsharkey-a501a3cbc4293fbf5a3558a613ff91e89f9cb28f.tar.gz
sharkey-a501a3cbc4293fbf5a3558a613ff91e89f9cb28f.tar.bz2
sharkey-a501a3cbc4293fbf5a3558a613ff91e89f9cb28f.zip
#322
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 f0031b82a2..b72392db64 100644
--- a/src/api/endpoints.ts
+++ b/src/api/endpoints.ts
@@ -361,6 +361,10 @@ const endpoints: Endpoint[] = [
}
},
{
+ name: 'posts/trend',
+ withCredential: true
+ },
+ {
name: 'posts/reactions',
withCredential: true
},