Files
Jeremiah Billmann 76857fd36f Minor UI change
2013-06-28 23:29:39 -04:00

8 lines
123 B
JavaScript

/*
* GET home page.
*/
exports.index = function(req, res){
res.render('index', { title: 'GarageServer.IO Demo' });
};