Updates
This commit is contained in:
parent
f269e68bae
commit
ebe2439d47
@ -23,6 +23,9 @@ const server = Bun.serve({
|
|||||||
|
|
||||||
const decrptedUrl = decryptedKey.url;
|
const decrptedUrl = decryptedKey.url;
|
||||||
|
|
||||||
|
console.log("decrptedUrl", decrptedUrl);
|
||||||
|
console.log("req.headers", req.headers);
|
||||||
|
|
||||||
if (!srcOrigin || !decrptedUrl) {
|
if (!srcOrigin || !decrptedUrl) {
|
||||||
throw new Error(`Origin Not Found!`);
|
throw new Error(`Origin Not Found!`);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user