conversion from php to nodejs started
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
/*
|
||||
* GET home page.
|
||||
*/
|
||||
|
||||
exports.index = function(req, res){
|
||||
res.writeHead(200);
|
||||
req.doesnotexist();
|
||||
// res.render('index', { title: 'Express' })
|
||||
};
|
||||
Reference in New Issue
Block a user