Initial express.js project structure
This commit is contained in:
3
routes/home.js
Normal file
3
routes/home.js
Normal file
@ -0,0 +1,3 @@
|
||||
exports.getIndex = function(req, res) {
|
||||
res.render('index');
|
||||
};
|
Reference in New Issue
Block a user