Fix healthcheck content-type
Now if you go to https://auto-auction-mall-services-car-report-staging.devs-demo.com/health, you can see wrong http header in response:
Content-Type: text/html; charset=UTF-8
But should be:
Content-Type: application/json
This problem doesn't exists on auth staging. Maybe some problems in new version of health library or in current implementation.
Edited by Anton Antipov