diff --git a/website/src/components/functionality/ContactForm/index.js b/website/src/components/functionality/ContactForm/index.js index 6b01989..12a68db 100644 --- a/website/src/components/functionality/ContactForm/index.js +++ b/website/src/components/functionality/ContactForm/index.js @@ -33,7 +33,7 @@ function ContactForm({ title, content }) { }); }; _service({ - url: "contact", + url: "register", method: 'POST', data: values.contactForm, success: (response) => {