mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
almost rebased
This commit is contained in:
11
test/routes/index.js
Normal file
11
test/routes/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
/*
|
||||
* GET home page.
|
||||
*/
|
||||
|
||||
|
||||
module.exports = function(app) {
|
||||
app.get('/', function(req, res){
|
||||
res.render('index', { title: 'Express' })
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user