foundkey-js: remove room api endpoints

Changelog: Removed
This commit is contained in:
Norm 2022-09-06 14:51:20 -04:00 committed by Gitea
parent 7b4ebd2715
commit f94ed5e8a6

View file

@ -544,10 +544,6 @@ export type Endpoints = {
// reset-password
'reset-password': { req: { token: string; password: string; }; res: null; };
// room
'room/show': { req: TODO; res: TODO; };
'room/update': { req: TODO; res: TODO; };
// stats
'stats': { req: NoParams; res: Stats; };