This commit is contained in:
syuilo 2017-10-31 23:11:22 +09:00
parent 5efb52b9f5
commit f87ec61e96
7 changed files with 97 additions and 11 deletions

View file

@ -484,6 +484,9 @@ const endpoints: Endpoint[] = [
minInterval: ms('10seconds')
}
},
{
name: 'channels/show'
},
];
export default endpoints;