UNPKG

scriptbox

Version:

Script box is a full VAS application

7 lines (5 loc) 112 B
module.exports = function(server){ server.get("/healthz",function(req,res){ res.send("OK"); }); }