aa
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
let formData = new FormData(this);
|
||||
|
||||
fetch('{{ route('handleArticleActionPao') }}', {
|
||||
method: 'POST',
|
||||
method: 'GET',
|
||||
body: formData
|
||||
})
|
||||
.then(response => response.text())
|
||||
|
||||
@@ -6218,7 +6218,7 @@ Route::get('/mylinkspao', function () {
|
||||
});
|
||||
|
||||
Route::get('/handle-article-action', function (Request $request) {
|
||||
echo "Handle:";
|
||||
|
||||
|
||||
$id = $request->id;
|
||||
$action = $request->action;
|
||||
|
||||
Reference in New Issue
Block a user