This commit is contained in:
Benjamin Toby 2026-02-02 13:36:56 +01:00
parent 094273d853
commit 062ed2e099

View File

@ -14,8 +14,6 @@ const server = Bun.serve({
port: AuthServerPort, port: AuthServerPort,
hostname: "0.0.0.0", hostname: "0.0.0.0",
fetch(req) { fetch(req) {
console.log("req.headers", req.headers);
try { try {
const reqURL = new URL(req.url); const reqURL = new URL(req.url);