Skip to content

Commit 660e832

Browse files
authored
improvement/default-to-edge (#23)
1 parent a0777d8 commit 660e832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flagsmith/flagsmith.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
logger = logging.getLogger(__name__)
88

9-
SERVER_URL = "https://api.flagsmith.com/api/v1/"
9+
SERVER_URL = "https://edge.api.flagsmith.com/api/v1/"
1010
FLAGS_ENDPOINT = "flags/"
1111
IDENTITY_ENDPOINT = "identities/"
1212
TRAIT_ENDPOINT = "traits/"

0 commit comments

Comments
 (0)