UNPKG

major-a

Version:

A simple and easy to implement user authentication and tracking module for Express.

7 lines (6 loc) 135 B
module.exports = exports = function(err, res) { return res.status(500).json({ msg: 'There was a DB Error', err: err }); };