UNPKG

express-meshblu-healthcheck

Version:
9 lines (6 loc) 174 B
module.exports = -> middleware = (request, response, next) -> if request.path == '/healthcheck' return response.send online: true next() middleware