From 825c2cfa7123b935cd8de19217fbd9e8ae0f17f0 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Wed, 9 Feb 2022 16:45:07 +0000 Subject: [PATCH] improvement/default-to-edge --- flagsmith/flagsmith.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"