mirror of
https://github.com/sstent/node.git
synced 2026-01-26 07:02:31 +00:00
first post
This commit is contained in:
8
ninja-store/routes/index.js
Normal file
8
ninja-store/routes/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
/*
|
||||
* GET home page.
|
||||
*/
|
||||
|
||||
exports.index = function(req, res){
|
||||
res.render('index', { title: 'Express' })
|
||||
};
|
||||
Reference in New Issue
Block a user