UNPKG

express-meshblu-healthcheck

Version:
19 lines (16 loc) 381 B
// Generated by CoffeeScript 1.12.7 (function() { module.exports = function() { var middleware; middleware = function(request, response, next) { if (request.path === '/healthcheck') { return response.send({ online: true }); } return next(); }; return middleware; }; }).call(this); //# sourceMappingURL=index.js.map