We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eb4a8 commit 147c183Copy full SHA for 147c183
src/EtherpadLite/Request.php
@@ -35,7 +35,7 @@ public function __construct($url, $apiKey, $method, $args = array())
35
*/
36
public function send()
37
{
38
- $client = new HttpClient($this->url);
+ $client = new HttpClient(['base_uri' => $this->url]);
39
40
return $client->get(
41
$this->getUrlPath(),
0 commit comments