Commit 88ed5f05 authored by Syaifur Rohman's avatar Syaifur Rohman

fix mixed content

parent 0e61a842
......@@ -55,7 +55,7 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'https://pelayanan-sibiling.dinus.ac.id'),
'asset_url' => env('ASSET_URL'),
......
......@@ -98,8 +98,7 @@
<script>
$("#isi-tabel").DataTable(); // tambahin ini ki
// let baseUrl = '{{ url('') }}';
let baseUrl = location.origin.replace('http:', 'https:');
let baseUrl = '{{ url('') }}';
$('#tabel-jquery').hide();
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment