update
parent
3ccc8f4f3c
commit
6724b02ad5
|
|
@ -631,6 +631,9 @@
|
||||||
url: "{{route('modules.usulan_adiwiyata.kriteria.store')}}", // Ganti dengan URL API-mu
|
url: "{{route('modules.usulan_adiwiyata.kriteria.store')}}", // Ganti dengan URL API-mu
|
||||||
type: "POST",
|
type: "POST",
|
||||||
data: formData,
|
data: formData,
|
||||||
|
xhrFields: {
|
||||||
|
withCredentials: true
|
||||||
|
},
|
||||||
processData: false, // WAJIB
|
processData: false, // WAJIB
|
||||||
contentType: false, // WAJIB
|
contentType: false, // WAJIB
|
||||||
beforeSend: function () {
|
beforeSend: function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue