mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 18:20:24 +00:00
迁移至自建服务
This commit is contained in:
@@ -37,7 +37,7 @@ class Api {
|
||||
static Future<Map<String, dynamic>> getAppReleaseDataByVersionName(
|
||||
String version) async {
|
||||
final r = await dio
|
||||
.get("${AppConf.gitlabApiPath}/projects/152243/releases/$version");
|
||||
.get("${AppConf.gitlabApiPath}/repos/SCToolBox/Release/releases/tags/$version");
|
||||
return r.data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user