Remove Passport and replace with Sanctum, upgrade framework to Laravel 10
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
if (e.status != 412)
|
||||
alert('That didnt work? Please try again....');
|
||||
},
|
||||
url: '{{ url('api/system/address',[$o->id]) }}',
|
||||
url: '{{ url('system/address',[$o->id]) }}',
|
||||
cache: false
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user