update
parent
772ff5c018
commit
554653e971
|
|
@ -220,6 +220,9 @@
|
|||
$.ajax({
|
||||
method: "POST",
|
||||
url: base_url + "/get/" + urlTo,
|
||||
xhrFields: {
|
||||
withCredentials: true
|
||||
},
|
||||
data: {
|
||||
_token: '{{csrf_token()}}',
|
||||
id: id
|
||||
|
|
|
|||
Loading…
Reference in New Issue