| 1 | import { type NextRequest, NextResponse } from 'next/server' |
| 2 | import { generateCopilotApiKeyContract } from '@/lib/api/contracts' |
| 3 | import { parseRequest } from '@/lib/api/server' |
| 4 | import { getSession } from '@/lib/auth' |
nothing calls this directly
no test coverage detected