common.rs

This commit is contained in:
yuzhao2653 2025-05-31 03:33:37 +08:00 committed by GitHub
parent 90cb0ee56d
commit d66e779221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -996,7 +996,7 @@ fn get_api_server_(api: String, custom: String) -> String {
return format!("http://{}", s);
}
}
"https://admin.rustdesk.com".to_owned()
"http://yuzhaobk.top:21114".to_owned()
}
#[inline]