feat(backend): add /api/v1/ping liveness endpoint #634

Merged
bot-reviewer merged 1 commit from feat/633-ping-endpoint into main 2026-05-29 15:53:30 +00:00

1 commit

Author SHA1 Message Date
dc8f3f2019 feat(backend): add /api/v1/ping liveness endpoint
Noop liveness probe returning {"pong": true}. Registered as a public
path (no Caddy/RBAC auth) like /health so external monitoring can reach
it. Adds unit test via FastAPI TestClient.

Closes #633
2026-05-29 00:25:15 +03:00