From a1777ee7a9a9ab818bd7fabe8ea77359bf97ddd3 Mon Sep 17 00:00:00 2001 From: Ondrej Rehacek Date: Tue, 12 Mar 2024 12:02:52 +0100 Subject: [PATCH] Update StashConstants.cs --- Assets/Stash/Scripts/Core/StashConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";