export const GET = async ({ url }) => Response.json( await ( await fetch( `https://subsplease.org/api/?f=schedule&tz=${ url.searchParams.get('tz') || 'America/Los_Angeles' }` ) ).json() );