diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-10-31 23:11:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-10-31 23:11:22 +0900 |
| commit | f87ec61e96a8c1f070abefc6a3b5f7e68e24705d (patch) | |
| tree | bf0c993b21462bab2845281049783bba081a5165 /src/api/endpoints.ts | |
| parent | wip (diff) | |
| download | sharkey-f87ec61e96a8c1f070abefc6a3b5f7e68e24705d.tar.gz sharkey-f87ec61e96a8c1f070abefc6a3b5f7e68e24705d.tar.bz2 sharkey-f87ec61e96a8c1f070abefc6a3b5f7e68e24705d.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 26177b8775..45b83fc9e5 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -484,6 +484,9 @@ const endpoints: Endpoint[] = [ minInterval: ms('10seconds') } }, + { + name: 'channels/show' + }, ]; export default endpoints; |