example.js 79 B

12345
  1. module.exports = function(req, res, next) {
  2. res.statusCode = 202;
  3. next();
  4. }