This commit is contained in:
2024-07-28 15:14:24 +05:00
parent 07ea1eabc4
commit 74011d9eab

View File

@@ -26,6 +26,8 @@ async function postData(url = '', data = {}) {
referrerPolicy: 'no-referrer',
body: JSON.stringify(data)
})
console.log({response})
return response.json()
}