galvanic corrosion rewrite
commit this before something goes horribly wrong
This commit is contained in:
@@ -5,6 +5,6 @@ export const route = createHonoRoute("/player");
|
||||
|
||||
route.app.use(authenticate);
|
||||
|
||||
route.app.post('/login', async c => {
|
||||
return c.status(200);
|
||||
route.app.post('/login', _c => {
|
||||
return new Response("OK", { status: 200 });
|
||||
});
|
||||
Reference in New Issue
Block a user