wip
This commit is contained in:
1
resources/js/vendor/nova/js/additional.js
vendored
1
resources/js/vendor/nova/js/additional.js
vendored
@@ -3,6 +3,7 @@ async function postData(url, data) {
|
|||||||
const response = await fetch(url, {
|
const response = await fetch(url, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
|
'Accept': 'application/json',
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
|
|||||||
Reference in New Issue
Block a user