mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-05 22:59:36 +00:00
fix: RSI Status
This commit is contained in:
parent
476c40f4cd
commit
c31b31516f
@ -73,7 +73,7 @@ class Api {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Future<List> getScServerStatus() async {
|
static Future<List> getScServerStatus() async {
|
||||||
final r = await RSHttp.getText("https://status.robertsspaceindustries.com/index.json");
|
final r = await RSHttp.getText("https:///web-proxy.scbox.xkeyc.cn/rsi_status/index.json");
|
||||||
final map = json.decode(r);
|
final map = json.decode(r);
|
||||||
return map["systems"];
|
return map["systems"];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user