yumrepos
yumrepos copied to clipboard
readiness and healthchecking should return HTTP 200/OK
https://github.com/arnehilmann/yumrepos/blob/30ec1f85a2d685067effa452641aff8f374a2889/src/main/python/yumrepos/app.py#L32
The 204 status code is correct here IMO: "success, no content returned"
Why do you think returning 200 is better here? Any tools depending on this?