main
Ilham Wara Nugroho 2026-07-16 10:02:54 +07:00
parent 772ff5c018
commit 554653e971
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@
$.ajax({ $.ajax({
method: "POST", method: "POST",
url: base_url + "/get/" + urlTo, url: base_url + "/get/" + urlTo,
xhrFields: {
withCredentials: true
},
data: { data: {
_token: '{{csrf_token()}}', _token: '{{csrf_token()}}',
id: id id: id