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

Function GET

app/api/stream/route.ts:170–178  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

168}
169
170export async function GET(req: NextRequest) {
171 return new Response(
172 JSON.stringify({ message: "流式API端点就绪" }),
173 {
174 status: 200,
175 headers: { "Content-Type": "application/json" }
176 }
177 );
178}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected