Skip to content

Commit

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

0 comments on commit a1777ee

Please sign in to comment.