main
Ilham Wara Nugroho 2026-02-05 10:19:39 +07:00
parent ca31146060
commit e06e81dac9
1 changed files with 3 additions and 0 deletions

View File

@ -692,6 +692,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 () {