1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 14:16:03 +02:00
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;