mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Update netplay server url (#491)
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ impl NetplayPages for NetplayJoin {
|
||||
}
|
||||
|
||||
fn populate_server_names<T: ComponentHandle + NetplayPages + 'static>(weak: slint::Weak<T>) {
|
||||
let task = reqwest::get("https://m64p.s3.amazonaws.com/servers.json");
|
||||
let task = reqwest::get("https://gopher64.bacoosta.com/servers-gopher64.json");
|
||||
tokio::spawn(async move {
|
||||
let mut local_servers: Vec<(String, String)> = vec![];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user