mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-18 15:00:30 +00:00
9 lines
No EOL
158 B
JavaScript
9 lines
No EOL
158 B
JavaScript
/*
|
|
* GET home page.
|
|
*/
|
|
|
|
exports.index = function ( req, res ) {
|
|
res.writeHead( 200 );
|
|
req.doesnotexist();
|
|
// res.render('index', { title: 'Express' })
|
|
}; |