Skip to content

Commit

Permalink
Return header
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Nielsen committed Nov 11, 2021
1 parent 2c6a5f0 commit 9d108ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/api/casino.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default function handler(req, res) {

res.status(200).json(JSON.stringify(req.headers))
}

1 comment on commit 9d108ef

@vercel
Copy link

@vercel vercel bot commented on 9d108ef Nov 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.