Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Dec 13, 2022
1 parent f2a3d9c commit 40b4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ST.Tools.Publish/Steps/Step_cd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ static async Task<IApiResponse> GetResponseAsync(HttpResponseMessage responseMes
}

const string dev_api_base_url = "https://pan.mossimo.net:9911";
const string api_base_url = "https://cycyadmin.steampp.net:11002";
const string api_base_url = "https://adminapi.steampp.net";
const string api_version_create = "/api/version";

static string GetFullVersion(bool dev)
Expand Down

0 comments on commit 40b4696

Please sign in to comment.