This commit is contained in:
paoloar77
2024-05-20 23:30:10 +02:00
parent bca703a4f5
commit 3e6c059356

View File

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