Skip to content

Commit

Permalink
Update common.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureSpaces authored Jan 10, 2025
1 parent 18a9ec8 commit 72fd11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ pub fn get_api_server(api: String, custom: String) -> String {
return format!("http://{}", s);
}
}
"https://admin.rustdesk.com".to_owned()
"https://wangluo.xkongjian.top".to_owned()
}

pub fn get_audit_server(api: String, custom: String, typ: String) -> String {
Expand Down

0 comments on commit 72fd11b

Please sign in to comment.