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 daec685 commit 034300cCopy full SHA for 034300c
src/LaunchDarkly/EventProcessor.php
@@ -77,7 +77,7 @@ private function createArgs($payload) {
77
$args.= " -H 'User-Agent: PHPClient/" . LDClient::VERSION . "'";
78
$args.= " -H 'Accept: application/json'";
79
$args.= " -d " . escapeshellarg($payload);
80
- $args.= " " . escapeshellarg($scheme . $this->_host . ":" . $this->_port . "/api/events/bulk");
+ $args.= " " . escapeshellarg($scheme . $this->_host . ":" . $this->_port . "/bulk");
81
return $args;
82
}
83
0 commit comments