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 0eacd84 commit 2c0821eCopy full SHA for 2c0821e
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