Corrected tutorial bugs

This commit is contained in:
Thomas FORGIONE
2015-08-05 14:47:54 +02:00
parent 5f40dea529
commit fb56153b4d
7 changed files with 8 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.render('index.jade', res.locals, function(err, result) {
console.log(err);
res.send(result);
});
};