I'm having an issue with the AspNetCore HealthCheckUI.
My API healthchecks just return the string "healthy", however the UI is showing a "false" error because it's expecting JSON and seeing a string.
Is there a way to stop the healthcheckui from expecting json?