hello.js 71 B

123456789101112131415
  1. module.exports = function(req,res,next){
  2. res.send("ok");
  3. }