remove old /roomserver/ endpoints

This commit is contained in:
Devin Zuczek
2026-07-07 00:57:16 -04:00
parent dff0271b70
commit 2a95b5ba9b
4 changed files with 8 additions and 170 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export type Env = SharedHonoEnv & {
*/
DOMAIN: string
// Shared rooms database (schema/migrations owned by the `rooms` worker). Used
// read-only here for the /roomserver/rooms/* endpoints.
// read-only here to resolve room roles for `/api/rooms/v1/verifyRole`.
DB: D1Database
// Image bucket (shared with the `img` worker, which serves objects back by
// key). Uploaded saved images are written here.