UNPKG

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