mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
10 lines
No EOL
156 B
JavaScript
10 lines
No EOL
156 B
JavaScript
|
|
/*
|
|
* GET home page.
|
|
*/
|
|
|
|
exports.index = function(req, res){
|
|
res.writeHead(200);
|
|
req.doesnotexist();
|
|
// res.render('index', { title: 'Express' })
|
|
}; |