Guest User

Untitled

a guest
Mar 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. app.post('/registration', function(req, res) {
  2. var name = req.session.user_name = req.body.user_name;
  3. res.render('pages/registration-data');
  4. });
Add Comment
Please, Sign In to add comment