Added Twig templating engine for handling views; Removed some unneeded CoffeeScript files
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
exports.home = function(req, res, next) {
|
||||
res.send('Hello World!');
|
||||
res.render('index');
|
||||
};
|
||||
|
Reference in New Issue
Block a user