Merge pull request #5207 from 21pages/fix

fix addressbook pull uri
This commit is contained in:
RustDesk 2023-07-31 18:42:58 +08:00 committed by GitHub
commit 63ac61d920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ class AbModel {
abLoading.value = true;
abError.value = "";
}
final api = "${await bind.mainGetApiServer()}/api/ab/get";
final api = "${await bind.mainGetApiServer()}/api/ab";
try {
var authHeaders = getHttpHeaders();
authHeaders['Content-Type'] = "application/json";