nodejs app started
This commit is contained in:
5
routes/index.js
Normal file
5
routes/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = function(db) {
|
||||
return function (req, res) {
|
||||
res.render('index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user