export const dynamic = "force-dynamic"; const html = ` Portabase API Docs
`; export function GET() { return new Response(html, { headers: { "Content-Type": "text/html; charset=utf-8" }, }); }