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) => {
fetch(`${apiBase}/custom_request/`, {
method: 'post',
method: 'POST',
headers: {
'Content-Type': 'application/json'
},