Skip to content

Commit 624257d

Browse files
[Bug] contact form api backend url changed.
1 parent c5e19a0 commit 624257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contactForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const ContactForm = ({ referrer }) => {
4343
navigate('/thank-you')
4444
}
4545
};
46-
xhttp.open("POST", "https://api.formik.com/submit/codebrahma/contact", true);
46+
xhttp.open("POST", "https://api.formium.io/submit/5e8c0a0a1cf69f00017473b3/contact", true);
4747
xhttp.setRequestHeader("Content-Type", "application/json");
4848
xhttp.send(JSON.stringify(formValues));
4949
}

0 commit comments

Comments
 (0)