update
parent
fea79e0821
commit
6341ce0361
|
@ -325,6 +325,9 @@
|
|||
$.ajax({
|
||||
url: base_url+'/getForm', // Ganti dengan URL API-mu
|
||||
type: 'POST', // Bisa juga 'POST' kalau perlu
|
||||
xhrFields: {
|
||||
withCredentials: true
|
||||
},
|
||||
data: {
|
||||
_token:'{{csrf_token()}}',
|
||||
page: number,
|
||||
|
|
|
@ -334,6 +334,9 @@
|
|||
$.ajax({
|
||||
url: base_url+'/getForm', // Ganti dengan URL API-mu
|
||||
type: 'POST', // Bisa juga 'POST' kalau perlu
|
||||
xhrFields: {
|
||||
withCredentials: true
|
||||
},
|
||||
data: {
|
||||
_token:'{{csrf_token()}}',
|
||||
page: number,
|
||||
|
|
Loading…
Reference in New Issue