Skip to content

Commit 1976f2a

Browse files
Update default URL (#11)
1 parent 90ec664 commit 1976f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flagsmith/sdk/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Flagsmith
44
# Config options shared around Engine
55
class Config
6-
DEFAULT_API_URL = 'https://api.flagsmith.com/api/v1/'
6+
DEFAULT_API_URL = 'https://edge.api.flagsmith.com/api/v1/'
77
OPTIONS = %i[
88
environment_key api_url custom_headers request_timeout_seconds enable_local_evaluation
99
environment_refresh_interval_seconds retries enable_analytics default_flag_handler logger

0 commit comments

Comments
 (0)