mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-09-13 23:06:54 +08:00
fix: urls
This commit is contained in:
@@ -70,7 +70,7 @@ class Api {
|
||||
|
||||
static Future<List> getScServerStatus() async {
|
||||
final r = await RSHttp.getText(
|
||||
"https://status.robertsspaceindustries.com/index.json");
|
||||
"https:///web-proxy.scbox.xkeyc.cn/rsi_status/index.json");
|
||||
final map = json.decode(r);
|
||||
return map["systems"];
|
||||
}
|
||||
|
Reference in New Issue
Block a user