Remove Passport and replace with Sanctum, upgrade framework to Laravel 10
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
selectOnBlur: false,
|
||||
appendTo: "#system_search_results",
|
||||
source: function (query,process) {
|
||||
systemsearch('{{ url('api/systems/orphan') }}',query,process);
|
||||
systemsearch('{{ url('systems/orphan') }}',query,process);
|
||||
},
|
||||
|
||||
matcher: function () { return true; },
|
||||
|
Reference in New Issue
Block a user