A lot of cleaning... jshint likes me now !

This commit is contained in:
Thomas FORGIONE
2015-07-01 10:14:15 +02:00
parent 0af40f3484
commit fab183eaa7
68 changed files with 544 additions and 505 deletions

View File

@@ -6,4 +6,4 @@ module.exports.index = function(req, res) {
res.render('index.jade', res.locals, function(err, out) {
res.send(out);
});
}
};

View File

@@ -1,3 +1,3 @@
module.exports = {
'/logout': 'index'
}
};