Update url

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-08 14:41:55 +07:00
parent cd7da3440d
commit 25e52858f8
11 changed files with 23 additions and 22 deletions
@@ -77,7 +77,7 @@
})
$.ajax({
url: '/role-list',
url: '{{ $baseUrl }}/role-list',
async: false,
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
@@ -53,7 +53,7 @@
<script type="text/javascript">
$(document).ready(function(){
$.ajax({
url: '/role-list',
url: '{{ $baseUrl }}/role-list',
async: false,
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')