UNPKG

118 Btext/coffeescriptView Raw
1module.exports = (msg = 'not found') -> (req, res, next) ->
2 console.log msg
3 res.writeHead 404
4 res.end msg