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