diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 04:11:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 04:11:56 +0900 |
| commit | 42be937fcb6f02037ff4024a2fb1cf463c50ce0c (patch) | |
| tree | e7624c5b525702ee84784a2116fdb586f71a01c5 /src/api/endpoints.ts | |
| parent | wip (diff) | |
| download | sharkey-42be937fcb6f02037ff4024a2fb1cf463c50ce0c.tar.gz sharkey-42be937fcb6f02037ff4024a2fb1cf463c50ce0c.tar.bz2 sharkey-42be937fcb6f02037ff4024a2fb1cf463c50ce0c.zip | |
wip
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 3 |
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; |