summaryrefslogtreecommitdiff
path: root/routes/login.js
blob: bb7888c83f712073f6e2d549d19cf99d4af5e783 (plain)
1
2
3
4
5
6
7
8
/*
 * POST authentication path.
 */

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