mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-04 14:21:12 +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 {
|
||||
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);
|
||||
return map["systems"];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user