From d29d0189e6649a83d5fb632b09335eac599806da Mon Sep 17 00:00:00 2001 From: Eduardo Velasques Date: Sun, 20 Mar 2022 13:59:04 +0000 Subject: [PATCH] =?UTF-8?q?Chamada=20do=20servi=C3=A7o=20de=20cadastro=20c?= =?UTF-8?q?orrigido.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/components/functionality/ContactForm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {