function healthy()

in server.js [54:56]


function healthy(res) {
    healthResponse(res, 200, "Ok");
}