Tuesday 6 June 2017

to open new page for successful registration in nodejs

I have code something like this

 router.post('/register', function(req, res) {

//saving to db if successful res.sendStatus(200); });

on successful registration i want to open a new page!!!



via Tawney

No comments:

Post a Comment