Skip to content

Commit c6df92f

Browse files
author
Matthew Elwell
authored
Update default url (#27)
1 parent b3a5a4a commit c6df92f

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
@@ -19,7 +19,7 @@
1919

2020
logger = logging.getLogger(__name__)
2121

22-
DEFAULT_API_URL = "https://api.flagsmith.com/api/v1/"
22+
DEFAULT_API_URL = "https://edge.api.flagsmith.com/api/v1/"
2323

2424

2525
class Flagsmith:

0 commit comments

Comments
 (0)