1 2 3 4 5
import { redirect } from '@sveltejs/kit'; export const GET = () => { throw redirect(307, 'https://files.kyun.host/canary.txt'); };