aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/canaries/napatha:kyun.host/+server.ts
blob: 260d15e58c67565c6b39c9b0a0824f548b10fd68 (plain) (blame)
1
2
3
4
5
import { redirect } from '@sveltejs/kit';

export const GET = () => {
  throw redirect(307, 'https://files.kyun.host/canary.txt');
};