diff --git a/Assets/Stash/Scripts/Core/StashConstants.cs b/Assets/Stash/Scripts/Core/StashConstants.cs index a3ca450..55d92de 100644 --- a/Assets/Stash/Scripts/Core/StashConstants.cs +++ b/Assets/Stash/Scripts/Core/StashConstants.cs @@ -2,7 +2,7 @@ namespace Stash.Core { public class StashConstants { - public const string APIRootURL = "https://test-api.stash.gg/"; + public const string APIRootURL = "https://test-api.stash.gg"; public const string TestRootURL = "https://stash.requestcatcher.com"; public const string LinkAccount = "/sdk/link_code/link"; public const string LnkGameCenter = "/sdk/link_code/link_game_center";