diff --git a/resources/views/mylinkspao.blade.php b/resources/views/mylinkspao.blade.php index 37d79eb0..b9a6b8b8 100644 --- a/resources/views/mylinkspao.blade.php +++ b/resources/views/mylinkspao.blade.php @@ -26,7 +26,7 @@ const action = event.target.dataset.action; const id = form.querySelector('input[name="id"]').value; - fetch(`${window.location.origin}/handle-article-action-pao/${id}/${action}`) + fetch(`${window.location}/handle-article-action-pao/${id}/${action}`) .then(response => response.text()) .then(data => result.innerHTML = data); }