Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. app.post('/signup', function (req, res) {
  2. console.log("Got signup request");
  3. return res.redirect('/login');
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement