mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
|
|
/*
|
|
* GET home page.
|
|
*/
|
|
|
|
exports.index = function(req, res){
|
|
res.render('index', { title: 'GarageServer.IO Demo' });
|
|
}; |