MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / POST

Function POST

frontend/app/api/chat/route.ts:580–582  ·  view source on GitHub ↗
(req: Request)

Source from the content-addressed store, hash-verified

578const observedHandler = wrapWithObserve(safeHandler)
579
580export async function POST(req: Request) {
581 return observedHandler(req)
582}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected