module.exports = function() { return [ [ 'get', '/', function(req, res) { res.render('pages/index'); } ] ]; };