aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/routes/user.js
blob: d5b34aad59df1efe204b049bfc056e5fe3672363 (plain) (blame)
1
2
3
4
5
6
7
8

/*
 * GET users listing.
 */

exports.list = function(req, res){
  res.send("respond with a resource");
};