Rework SystemController methods and paths, no functional changes

This commit is contained in:
2023-10-05 22:15:53 +11:00
parent c86d8d8952
commit fda68bba04
22 changed files with 380 additions and 403 deletions

View File

@@ -149,7 +149,7 @@
selectOnBlur: false,
appendTo: "#address_search_results",
source: function (query,process) {
addresssearch('{{ url('addresses/orphan') }}',query,process);
addresssearch('{{ url('system/api/address/orphan') }}',query,process);
},
matcher: function () { return true; },