module.exports = (_req, res) => { res.end('random number: ' + Math.random()); };