main
Ilham Wara Nugroho 2026-01-30 15:45:45 +07:00
parent 3ccc8f4f3c
commit 6724b02ad5
1 changed files with 3 additions and 0 deletions

View File

@ -631,6 +631,9 @@
url: "{{route('modules.usulan_adiwiyata.kriteria.store')}}", // Ganti dengan URL API-mu
type: "POST",
data: formData,
xhrFields: {
withCredentials: true
},
processData: false, // WAJIB
contentType: false, // WAJIB
beforeSend: function () {