Files
Jordan Ritter b7a4c9f714 fix(showcase): serve /api/health on webhooks service to match probe standard
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.
2026-05-30 08:48:32 -07:00
..