From d57a5985982ed2ba386eb4c0b4ca05ab3498238a Mon Sep 17 00:00:00 2001 From: memdmp Date: Sat, 11 Jan 2025 20:20:16 +0100 Subject: feat: initial commit --- src/routes/canaries/napatha:kyun.host/+server.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/routes/canaries/napatha:kyun.host/+server.ts (limited to 'src/routes/canaries/napatha:kyun.host') 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'); +}; -- cgit v1.2.3