This commit is contained in:
xkeyC 2024-02-07 23:26:14 +08:00
parent 2f036e4d13
commit 3674742c27

View File

@ -34,7 +34,7 @@ class Api {
static Future<Map<String, dynamic>> getAppReleaseDataByVersionName(
String version) async {
final r = await RSHttp.getText(
"${URLConf.gitlabApiPath}/repos/SCToolBox/Release/releases/tags/$version");
"${URLConf.gitlabApiPath}repos/SCToolBox/Release/releases/tags/$version");
return json.decode(r);
}