exports.getIndex = function(req, res) { res.render('index', { servers: [], }); };