remove scripts.ts
This commit is contained in:
@@ -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}`);
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user