conversion from php to nodejs started

This commit is contained in:
Marc Wäckerlin
2016-01-14 15:34:50 +00:00
parent cc806e11f9
commit f6561405df
1236 changed files with 189580 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
* GET home page.
*/
exports.index = function(req, res){
res.writeHead(200);
req.doesnotexist();
// res.render('index', { title: 'Express' })
};