Browse Source

Chamada do serviço de cadastro corrigido.

master
Eduardo Velasques 4 years ago
parent
commit
d29d0189e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      website/src/components/functionality/ContactForm/index.js

+ 1
- 1
website/src/components/functionality/ContactForm/index.js View File

@ -33,7 +33,7 @@ function ContactForm({ title, content }) {
});
};
_service({
url: "contact",
url: "register",
method: 'POST',
data: values.contactForm,
success: (response) => {


Loading…
Cancel
Save