Update netplay server url (#491)

This commit is contained in:
Logan McNaughton
2025-07-12 15:01:59 +02:00
committed by GitHub
parent b96c9e4cdc
commit 03fbe658f2
+1 -1
View File
@@ -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![];