Skip to content

Commit

Permalink
Merge pull request #16 from flagship-io/fix-base-api-url
Browse files Browse the repository at this point in the history
fix BASE_API_URL  and BUCKETING_API_URL issue
  • Loading branch information
Heihokon authored Sep 28, 2023
2 parents d7ff0a8 + a4bab89 commit bceb41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Flagship/Enums/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ internal static class Constants
/// </summary>
public const int REQUEST_TIME_OUT = 2000;

public const string BASE_API_URL = "https://staging-decision.flagship.io/v2/"; // "https://decision.flagship.io/v2/";
public const string BASE_API_URL = "https://decision.flagship.io/v2/";

public const string HIT_API_URL = "https://ariane.abtasty.com";

public const string HIT_EVENT_URL = "https://events.flagship.io/";

public const string BUCKETING_API_URL = "https://cdn-staging.flagship.io/{0}/bucketing.json";
public const string BUCKETING_API_URL = "https://cdn.flagship.io/{0}/bucketing.json";

public const string BUCKETING_API_CONTEXT_URL = "https://decision.flagship.io/v2/{0}/events";

Expand Down

0 comments on commit bceb41d

Please sign in to comment.