function unhealthy()

in server.js [58:60]


function unhealthy(res) {
    healthResponse(res, 503, "Unhealthy");
}