lol
This commit is contained in:
parent
f863544adf
commit
5948263c6d
|
|
@ -73,7 +73,7 @@ app.get("*", async c => {
|
|||
|
||||
const connection = connections[subdomain]
|
||||
if (!connection)
|
||||
return c.text("No tunnel", 502)
|
||||
return c.text("Bad Gateway", 502)
|
||||
|
||||
const id = randomID()
|
||||
const headers = Object.fromEntries(c.req.raw.headers)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user