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