MCPcopy
hub / github.com/CodebuffAI/codebuff / POST

Function POST

web/src/app/api/v1/freebuff/session/route.ts:21–23  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

19}
20
21export async function POST(req: NextRequest) {
22 return postFreebuffSession(req, freebuffSessionDeps)
23}
24
25export async function DELETE(req: NextRequest) {
26 return deleteFreebuffSession(req, { getUserInfoFromApiKey, logger })

Callers

nothing calls this directly

Calls 1

postFreebuffSessionFunction · 0.90

Tested by

no test coverage detected