Copied over some styles from the PHP project
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
exports.getIndex = function(req, res) {
|
||||
res.render('index');
|
||||
res.render('index', {
|
||||
servers: [],
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user