diff --git a/flagsmith/flagsmith.py b/flagsmith/flagsmith.py index 4df0f72..1a1e2d8 100644 --- a/flagsmith/flagsmith.py +++ b/flagsmith/flagsmith.py @@ -19,7 +19,7 @@ logger = logging.getLogger(__name__) -DEFAULT_API_URL = "https://api.flagsmith.com/api/v1/" +DEFAULT_API_URL = "https://edge.api.flagsmith.com/api/v1/" class Flagsmith: