a0fda44
1
2
3
4
5
6
7
module.exports = (err, req, res, next) => { res.status(err.statusCode).json({ status: err.status, message: err.message, }); };