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.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/canaries/napatha:kyun.host/+server.ts b/src/routes/canaries/napatha:kyun.host/+server.ts
new file mode 100644
index 0000000..260d15e
--- /dev/null
+++ b/src/routes/canaries/napatha:kyun.host/+server.ts
@@ -0,0 +1,5 @@
+import { redirect } from '@sveltejs/kit';
+
+export const GET = () => {
+ throw redirect(307, 'https://files.kyun.host/canary.txt');
+};