import swaggerSpec from '@/lib/swaggerConfig'; export async function GET() { return Response.json(swaggerSpec); }