mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b7a4c9f714
The eval-webhook server only exposed /health, but the verify-deploy probe (showcase/scripts/verify-deploy.drivers.webhooks.ts) and every other API-shaped showcase backend (agent, eval, pocketbase) standardize on /api/health. Add the /api/health route so the service matches the SSOT convention the probe expects; keep /health for back-compat with any pre-existing callers.