## Summary After PR #505 merges, we will have two health endpoints: - `/healthz` - `/api/healthz` This issue tracks the follow-up work to: 1. Test both endpoints after #505 lands 2. Investigate if they can be squashed into a single endpoint 3. Remove duplication if safe to do so Related: #505
Summary
After PR #505 merges, we will have two health endpoints:
/healthz/api/healthzThis issue tracks the follow-up work to:
Related: #505