MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / GET

Function GET

apps/app/src/app/api/health/route.ts:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function GET() {
2 return Response.json({ status: "ok" });
3}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected