UNPKG

annie-super-node-utils

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