module.exports = function(req, res) { res.end('HELLO WORLD'); }