main
ilhamwara 2025-08-04 09:34:18 +07:00
parent ef0b5a2b7e
commit 5587952ae9
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@
withCredentials: true withCredentials: true
}, },
headers: { headers: {
'X-CSRF-TOKEN': "{{csrf_token()}}" 'X-CSRF-TOKEN': "{{csrf_token()}}",
'X-Requested-With': 'XMLHttpRequest'
}, },
// maxFilesize: 1, // dalam MB // maxFilesize: 1, // dalam MB
acceptedFiles: ".pdf", acceptedFiles: ".pdf",