Skip to content

Commit

Permalink
feat: add origin to waitlist
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Jan 24, 2024
1 parent c732b78 commit 567f02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/waitlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default async function handler(req, res) {
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({ email }),
body: JSON.stringify({ email: email, origin: "florians-site" }),
})
res.statusCode = 200
res.end()
Expand Down

1 comment on commit 567f02f

@vercel
Copy link

@vercel vercel bot commented on 567f02f Jan 24, 2024

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.