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.
2 parents 0eacd84 + 2c0821e commit d72754bCopy full SHA for d72754b
src/LaunchDarkly/LDClient.php
@@ -14,7 +14,7 @@
14
class LDClient
15
{
16
/** @var string */
17
- const DEFAULT_BASE_URI = 'https://app.launchdarkly.com';
+ const DEFAULT_BASE_URI = 'https://sdk.launchdarkly.com';
18
19
const DEFAULT_EVENTS_URI = 'https://events.launchdarkly.com';
20
/**
0 commit comments