Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //If I didn't want to hard code this route, when the page loads can I check what the route is in the address bar?
  2.  
  3. router.get('/product-details', function (req, res) {
  4.  
  5. res.render('product-details',{ title:'apples',loginStatus: true });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement