| 1 | import { getEnvVariable } from '@/lib/dotenvx'; |
| 2 | import 'server-only'; |
| 3 | import { validateAuthorizationHeader, JWT_TOKEN_VERSION } from '@/lib/tokens'; |
| 4 | import { NextResponse } from 'next/server'; |
nothing calls this directly
no test coverage detected