diff --git a/flagsmith/flagsmith.py b/flagsmith/flagsmith.py index 714ef3f..46a81e8 100644 --- a/flagsmith/flagsmith.py +++ b/flagsmith/flagsmith.py @@ -6,7 +6,7 @@ logger = logging.getLogger(__name__) -SERVER_URL = "https://api.flagsmith.com/api/v1/" +SERVER_URL = "https://edge.api.flagsmith.com/api/v1/" FLAGS_ENDPOINT = "flags/" IDENTITY_ENDPOINT = "identities/" TRAIT_ENDPOINT = "traits/"