mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
more endpoints
This commit is contained in:
@@ -424,6 +424,9 @@ const app = new Hono<App>()
|
||||
)
|
||||
})
|
||||
|
||||
// The caller's per-room player data. Stub → empty blob (client reads `Data`).
|
||||
.get('/rooms/:roomId{[0-9]+}/playerdata/me', (c) => c.json({ Data: '' }))
|
||||
|
||||
// Single room by id. 404 when the room isn't in D1. Ignores the
|
||||
// include/unityAsset* query params.
|
||||
.get('/rooms/:roomId{[0-9]+}', async (c) => {
|
||||
|
||||
Reference in New Issue
Block a user