A lot of cleaning... jshint likes me now !
This commit is contained in:
@@ -4,4 +4,4 @@ module.exports.index = function(req, res) {
|
||||
res.render('index.jade', res.locals, function(err, out) {
|
||||
res.send(out);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
'/list': 'index'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user