mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-31 12:00:41 +08:00
Initial commit of example app
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
/*
|
||||
* GET home page.
|
||||
*/
|
||||
|
||||
exports.index = function(req, res){
|
||||
res.render('index', { title: 'Express' });
|
||||
};
|
||||
Reference in New Issue
Block a user