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