1 2 3 4 5
// CORS moment export const prerender = true; export const GET = () => { return fetch('https://files.kyun.host/canary.txt'); };