(req: NextRequest)
| 8 | import { logger, loggerWithContext } from '@/util/logger' |
| 9 | |
| 10 | export async function POST(req: NextRequest) { |
| 11 | return postTokenCount({ |
| 12 | req, |
| 13 | getUserInfoFromApiKey, |
| 14 | logger, |
| 15 | loggerWithContext, |
| 16 | trackEvent, |
| 17 | fetch, |
| 18 | }) |
| 19 | } |
nothing calls this directly
no test coverage detected