aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/canaries/napatha:kyun.host/+server.ts
blob: cca6e7ee360d0941b802039cd0d4b3209f270f80 (plain) (blame)
1
2
3
4
5
// CORS moment
export const prerender = true;
export const GET = () => {
  return fetch('https://files.kyun.host/canary.txt');
};