mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
addd a few more endpoints
This commit is contained in:
@@ -165,6 +165,8 @@ const app = new Hono<App>()
|
||||
|
||||
// The player's room keys. The C# returns "[]".
|
||||
.get('/api/roomkeys/v1/mine', (c) => c.json([]))
|
||||
// Room keys for a given room (client calls this on the econ host). [] with no DB.
|
||||
.get('/api/roomkeys/v1/room', (c) => c.json([]))
|
||||
|
||||
// Subscription lookup. The C# returns both fields null with no auth.
|
||||
.post('/api/CampusCard/v1/UpdateAndGetSubscription', (c) =>
|
||||
|
||||
Reference in New Issue
Block a user