diff --git a/scripts.ts b/scripts.ts deleted file mode 100644 index dbb8d09..0000000 --- a/scripts.ts +++ /dev/null @@ -1,8 +0,0 @@ -// check-headers.ts -const domain = "https://jellyfin.milasholsting.dk"; -const resp = await fetch(domain); - -console.log("--- Header Check ---"); -resp.headers.forEach((value, key) => { - console.log(`${key}: ${value}`); -});