This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
eduveks
/
perifacode
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Chamada do serviço de cadastro corrigido.
master
Eduardo Velasques
4 years ago
parent
214139cfa1
commit
d29d0189e6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
=>
{
Write
Preview
Loading…
Cancel
Save