wip
This commit is contained in:
@@ -26,6 +26,8 @@ async function postData(url = '', data = {}) {
|
|||||||
referrerPolicy: 'no-referrer',
|
referrerPolicy: 'no-referrer',
|
||||||
body: JSON.stringify(data)
|
body: JSON.stringify(data)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log({response})
|
||||||
|
|
||||||
return response.json()
|
return response.json()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user