foundkey-js: remove room api endpoints
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

Changelog: Removed
This commit is contained in:
Norm 2022-09-06 14:51:20 -04:00
parent d614c4230c
commit 3f7055a0a8
Signed by: norm
GPG key ID: 7123E30E441E80DE

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; };