From 764f906d2bc6890a1721b9fbb8575f38ab86a6a6 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 20 May 2024 23:35:38 +0200 Subject: [PATCH] aa --- resources/views/mylinkspao.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/mylinkspao.blade.php b/resources/views/mylinkspao.blade.php index 37a17420..b75e2e27 100644 --- a/resources/views/mylinkspao.blade.php +++ b/resources/views/mylinkspao.blade.php @@ -26,7 +26,7 @@ let id = formData.get('id'); let action = formData.get('action'); - fetch('{{ url('handle-article-action-pao') }}/id=' + id + '&action=' + action) + fetch('{{ url('handle-article-action-pao') }}/' + id + '/' + action) .then(response => response.text()) .then(data => { document.getElementById('result').innerHTML = data;