aa
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user