1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 09:35:51 +02:00
This commit is contained in:
syuilo
2017-11-01 00:10:30 +09:00
parent f87ec61e96
commit 346c2959e0
5 changed files with 227 additions and 0 deletions

View File

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