From 6733735b162f7865af14c58051d71bb19befce73 Mon Sep 17 00:00:00 2001 From: Ondrej Rehacek Date: Tue, 12 Mar 2024 12:02:38 +0100 Subject: [PATCH] URL Change for the API --- Assets/Stash/Scripts/Core/StashConstants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Stash/Scripts/Core/StashConstants.cs b/Assets/Stash/Scripts/Core/StashConstants.cs index 476fdd8..a3ca450 100644 --- a/Assets/Stash/Scripts/Core/StashConstants.cs +++ b/Assets/Stash/Scripts/Core/StashConstants.cs @@ -2,10 +2,10 @@ namespace Stash.Core { public class StashConstants { - public const string APIRootURL = "https://api-rest-f57w5ea4ya-uc.a.run.app"; + 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"; } -} \ No newline at end of file +}