Guest User

Untitled

a guest
Oct 16th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. module.exports=(req,res,next)=>{
  2. console.log(req.body)
  3. if(req.body.hey==="hi"){
  4.  
  5. res.header({'location':'http://localhost:3000/page2'}).status(302)
  6. }
Add Comment
Please, Sign In to add comment