const html = ` Swagger UI - Football Next

مستندات Swagger پروژه Football Next

خروجی OpenAPI از مسیر /api/openapi خوانده می‌شود. اگر قبلاً در همین مرورگر لاگین کرده باشید، تست Endpointهای Session-based هم قابل انجام است.

`; export async function GET() { return new Response(html, { headers: { "Content-Type": "text/html; charset=utf-8", "Cache-Control": "no-store", }, }); }