update
parent
15679e928e
commit
2de6af3af6
|
@ -6,6 +6,7 @@
|
||||||
{{$title}} - Sekolah Adiwiyata
|
{{$title}} - Sekolah Adiwiyata
|
||||||
</title>
|
</title>
|
||||||
<meta name="description" content="Marketing Dashboard">
|
<meta name="description" content="Marketing Dashboard">
|
||||||
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
|
||||||
<!-- Call App Mode on ios devices -->
|
<!-- Call App Mode on ios devices -->
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
},
|
},
|
||||||
headers: {
|
headers: {
|
||||||
'X-CSRF-TOKEN': "{{csrf_token()}}",
|
'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').getAttribute('content'),
|
||||||
'X-Requested-With': 'XMLHttpRequest'
|
'X-Requested-With': 'XMLHttpRequest'
|
||||||
},
|
},
|
||||||
// maxFilesize: 1, // dalam MB
|
// maxFilesize: 1, // dalam MB
|
||||||
|
|
Loading…
Reference in New Issue