This commit is contained in:
paoloar77
2024-05-20 23:31:16 +02:00
parent 3e6c059356
commit 7faad73d8d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
let formData = new FormData(this);
fetch('{{ route('handleArticleActionPao') }}', {
method: 'POST',
method: 'GET',
body: formData
})
.then(response => response.text())