MCPcopy Create free account
hub / github.com/Seanium/ChatMap / GET

Function GET

app/api/generate/route.ts:399–402  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

397}
398
399export async function GET(req: NextRequest) {
400 console.log("标准API /api/generate GET请求处理!");
401 return NextResponse.json({ message: "标准API /api/generate 端点成功访问!" });
402}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected