This commit is contained in:
syuilo
2017-11-01 04:11:56 +09:00
parent 0cffc1cac0
commit 42be937fcb
4 changed files with 77 additions and 5 deletions

View File

@@ -490,6 +490,9 @@ const endpoints: Endpoint[] = [
{
name: 'channels/posts'
},
{
name: 'channels'
},
];
export default endpoints;