UNPKG

annie-node-utils

Version:
7 lines (6 loc) 144 B
module.exports = { e404: function(req, res, next) { res.writeHead(404); res.end("welcome to the blackhole."); } }