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!!!
No comments:
Post a Comment