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
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}, },