aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/canaries/napatha:kyun.host
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-22 21:19:22 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-22 21:19:22 +0100
commitc5a7e704d1c836119319ce3b308642f195b078d9 (patch)
tree616e94bc0e92e5df378208e8c4f81af3c2e71c7e /src/routes/canaries/napatha:kyun.host
parent09e7d196b200ad7c61d223c70295644eafcae717 (diff)
downloadmem-estrogen-zone-c5a7e704d1c836119319ce3b308642f195b078d9.tar.gz
mem-estrogen-zone-c5a7e704d1c836119319ce3b308642f195b078d9.tar.bz2
mem-estrogen-zone-c5a7e704d1c836119319ce3b308642f195b078d9.tar.lz
mem-estrogen-zone-c5a7e704d1c836119319ce3b308642f195b078d9.zip

feat: canarytool :3

Diffstat (limited to 'src/routes/canaries/napatha:kyun.host')
-rw-r--r--src/routes/canaries/napatha:kyun.host/+server.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/canaries/napatha:kyun.host/+server.ts b/src/routes/canaries/napatha:kyun.host/+server.ts
index 260d15e..cca6e7e 100644
--- a/src/routes/canaries/napatha:kyun.host/+server.ts
+++ b/src/routes/canaries/napatha:kyun.host/+server.ts
@@ -1,5 +1,5 @@
-import { redirect } from '@sveltejs/kit';
-
+// CORS moment
+export const prerender = true;
export const GET = () => {
- throw redirect(307, 'https://files.kyun.host/canary.txt');
+ return fetch('https://files.kyun.host/canary.txt');
};