(req: NextRequest)
| 15 | } |
| 16 | |
| 17 | export async function GET(req: NextRequest) { |
| 18 | return getFreebuffSession(req, freebuffSessionDeps) |
| 19 | } |
| 20 | |
| 21 | export async function POST(req: NextRequest) { |
| 22 | return postFreebuffSession(req, freebuffSessionDeps) |
nothing calls this directly
no test coverage detected