Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject
This commit is contained in:
commit
a0a80bdb50
|
@ -35,7 +35,7 @@ const validate = () => {
|
||||||
}
|
}
|
||||||
const submit = (e: any) => {
|
const submit = (e: any) => {
|
||||||
fetch(`${apiBase}/custom_request/`, {
|
fetch(`${apiBase}/custom_request/`, {
|
||||||
method: 'post',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue