Updates
This commit is contained in:
parent
094273d853
commit
062ed2e099
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user