Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. app.get('/:data', function (req, res) {
  2. console.log(req.params);
  3. res.send("wtf is going on?!")
  4. });
  5.  
  6. //on every page refresh console.log returns twice:
  7. //the :data and favicon.ico
  8. //causes trouble
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement