This commit is contained in:
Evan Feenstra 2024-10-10 15:40:21 -07:00
parent 4f6c9336c6
commit 9bb0b2b5e8

View File

@ -6,7 +6,7 @@ export async function GET(req: NextRequest) {
const roomName = req.nextUrl.searchParams.get('roomName');
const now = req.nextUrl.searchParams.get('now');
new Date(Date.now()).toISOString();
// new Date(Date.now()).toISOString();
/**
* CAUTION:
* for simplicity this implementation does not authenticate users and therefore allows anyone with knowledge of a roomName