aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/canaries/napatha:kyun.host
diff options
context:
space:
mode:
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');
};