Skip to content

Commit

Permalink
URL Change for the API
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexe authored Mar 12, 2024
1 parent a4a69b1 commit 6733735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Stash/Scripts/Core/StashConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

}
}

0 comments on commit 6733735

Please sign in to comment.