export async function GET() { const html = ` Epicure API Reference `; return new Response(html, { headers: { "Content-Type": "text/html" } }); }