We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0777d8 commit 660e832Copy full SHA for 660e832
flagsmith/flagsmith.py
@@ -6,7 +6,7 @@
6
7
logger = logging.getLogger(__name__)
8
9
-SERVER_URL = "https://api.flagsmith.com/api/v1/"
+SERVER_URL = "https://edge.api.flagsmith.com/api/v1/"
10
FLAGS_ENDPOINT = "flags/"
11
IDENTITY_ENDPOINT = "identities/"
12
TRAIT_ENDPOINT = "traits/"
0 commit comments