aa
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
let formData = new FormData(this);
|
||||
|
||||
fetch('{{ route('handleArticleActionPao') }}', {
|
||||
method: 'GET',
|
||||
method: 'POST',
|
||||
body: formData
|
||||
})
|
||||
.then(response => response.text())
|
||||
|
||||
Reference in New Issue
Block a user