diff --git a/src/components/Index/ContactSection.tsx b/src/components/Index/ContactSection.tsx index fddcb0f..46b3d7b 100644 --- a/src/components/Index/ContactSection.tsx +++ b/src/components/Index/ContactSection.tsx @@ -41,7 +41,7 @@ export default function ContactSection() { if (isDisabled()) { return } - axios.post("https://api.ufosc.org/mailbox/submit", { + axios.post("https://mailbox-sifpwxrsgq-uc.a.run.app/mailbox/submit", { from: form.Email, subject: form.Subject, message: form.Message,