-
refactor(api): consolidate health check endpoints to /health
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m44sreleased this
2026-06-02 11:54:38 +03:00 | 27 commits to master since this releaseRemoves the redundant
/healthzand/api/v1/healthendpoints, leaving/healthas the sole health check endpoint.- Update router to return 404 Not Found for the removed endpoints
- Update admin log filtering to only ignore
/health - Remove health URL from API documentation data
- Update tests to verify
/healthreturns 200 and others return 404 - Update README documentation to reflect the change
Downloads