diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 00:10:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 00:10:30 +0900 |
| commit | 346c2959e058fa445ebb82e71eb37ef023ba6bd4 (patch) | |
| tree | 26d44a71d2ceaa032793d162ffb5988c5bb28e23 /src/api/endpoints.ts | |
| parent | wip (diff) | |
| download | sharkey-346c2959e058fa445ebb82e71eb37ef023ba6bd4.tar.gz sharkey-346c2959e058fa445ebb82e71eb37ef023ba6bd4.tar.bz2 sharkey-346c2959e058fa445ebb82e71eb37ef023ba6bd4.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 45b83fc9e5..88c01d4e7f 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -487,6 +487,9 @@ const endpoints: Endpoint[] = [ { name: 'channels/show' }, + { + name: 'channels/posts' + }, ]; export default endpoints; |