Skip to content

Commit

Permalink
feat/waitlistpage remove mode cors
Browse files Browse the repository at this point in the history
  • Loading branch information
G4EVA-dev committed Aug 1, 2024
1 parent a892cfb commit 7c48c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/waitList/WaitListForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const WaitlistForm: React.FC = () => {
process.env.NEXT_PUBLIC_API_URL as string,
{
method: "POST",
mode: "no-cors",
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit 7c48c67

Please sign in to comment.