We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9b322 commit 9cbb20aCopy full SHA for 9cbb20a
src/ApiEndpoint.php
@@ -35,7 +35,7 @@ protected function _buildUrl($path)
35
{
36
$schemas = $this->_definition->getSchemas();
37
rsort($schemas);
38
- $this->_baseUrl = reset($schemas);
+ $this->_baseUrl = reset($schemas) . '://';
39
$this->_baseUrl .= $this->_definition->getHost();
40
$this->_baseUrl .= '/' . ltrim($this->_definition->getBasePath(), '/');
41
}
0 commit comments