forked from FoundKeyGang/FoundKey
foundkey-js: remove room api endpoints
Changelog: Removed
This commit is contained in:
parent
7b4ebd2715
commit
f94ed5e8a6
1 changed files with 0 additions and 4 deletions
|
@ -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; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue