mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-24 08:14:38 +01:00
debug ting innit!!!
This commit is contained in:
parent
5e6ad9c8d9
commit
2a92663299
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ export async function POST({ request, getClientAddress }) {
|
|||
const user = await useAuth(token);
|
||||
console.log(user);
|
||||
if (!user) return new Response(null, { status: 401 });
|
||||
console.log(body, getClientAddress());
|
||||
const room = RoomManager.createRoom({
|
||||
name: body.name,
|
||||
description: parsedDescription[0] || "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue