Skip to content

Commit

Permalink
showing more request info
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerferrara committed Jan 8, 2019
1 parent 46e1db2 commit d902230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ app.get('/', (req, res) => {
});

app.get('/close', (req, res) => {
console.log(req);
console.log(req.params);
console.log(req.query);
res.redirect("https://www.messenger.com/closeWindow/?image_url=none&display_text=Close your window")
});

Expand Down

0 comments on commit d902230

Please sign in to comment.