blob: 0b2205c13c76f42ba2759e53eb8086af872d6238 [file] [log] [blame]
/*
* GET home page.
*/
exports.index = function(req, res){
res.writeHead(200);
req.doesnotexist();
// res.render('index', { title: 'Express' })
};