Updates
This commit is contained in:
parent
094273d853
commit
062ed2e099
@ -14,8 +14,6 @@ const server = Bun.serve({
|
||||
port: AuthServerPort,
|
||||
hostname: "0.0.0.0",
|
||||
fetch(req) {
|
||||
console.log("req.headers", req.headers);
|
||||
|
||||
try {
|
||||
const reqURL = new URL(req.url);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user