This commit is contained in:
Benjamin Toby 2026-02-02 12:20:25 +01:00
parent f269e68bae
commit ebe2439d47

View File

@ -23,6 +23,9 @@ const server = Bun.serve({
const decrptedUrl = decryptedKey.url;
console.log("decrptedUrl", decrptedUrl);
console.log("req.headers", req.headers);
if (!srcOrigin || !decrptedUrl) {
throw new Error(`Origin Not Found!`);
}