mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-28 16:20:43 +08:00
8 lines
107 B
JavaScript
8 lines
107 B
JavaScript
|
|
/*
|
|
* GET users listing.
|
|
*/
|
|
|
|
exports.list = function(req, res){
|
|
res.send("respond with a resource");
|
|
}; |