Skip to content

Commit

Permalink
Update default API url to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed May 30, 2022
1 parent 86a67c8 commit 1cc05da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/flagsmith/config/FlagsmithConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class FlagsmithConfig {
private static final int DEFAULT_READ_TIMEOUT_MILLIS = 5000;
private static final int DEFAULT_ENVIRONMENT_REFRESH_SECONDS = 60;
private static final HttpUrl DEFAULT_BASE_URI = HttpUrl
.parse("https://api.flagsmith.com/api/v1/");
.parse("https://edge.api.flagsmith.com/api/v1/");
private final HttpUrl flagsUri;
private final HttpUrl identitiesUri;
private final HttpUrl traitsUri;
Expand Down

0 comments on commit 1cc05da

Please sign in to comment.