mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
/*
|
|
* GET home page.
|
|
*/
|
|
|
|
exports.index = function(req, res){
|
|
res.render('index', { title: 'Express' })
|
|
}; |