summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-01 04:11:56 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-01 04:11:56 +0900
commit42be937fcb6f02037ff4024a2fb1cf463c50ce0c (patch)
treee7624c5b525702ee84784a2116fdb586f71a01c5 /src/api/endpoints.ts
parentwip (diff)
downloadsharkey-42be937fcb6f02037ff4024a2fb1cf463c50ce0c.tar.gz
sharkey-42be937fcb6f02037ff4024a2fb1cf463c50ce0c.tar.bz2
sharkey-42be937fcb6f02037ff4024a2fb1cf463c50ce0c.zip
wip
Diffstat (limited to 'src/api/endpoints.ts')
-rw-r--r--src/api/endpoints.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts
index 88c01d4e7f..c4dacad857 100644
--- a/src/api/endpoints.ts
+++ b/src/api/endpoints.ts
@@ -490,6 +490,9 @@ const endpoints: Endpoint[] = [
{
name: 'channels/posts'
},
+ {
+ name: 'channels'
+ },
];
export default endpoints;