9b1a0216 by fehrlich

fix api path

1 parent 534c654c
......@@ -345,7 +345,7 @@ abstract class ImmoScoutAPI extends GuzzleClient
private function getUrl($methodUri)
{
$url = $this->getBaseUrl();
$path = '/api/offer/v1.0/user/{user}/';
$path = 'api/offer/v1.0/user/{user}/';
if (substr($methodUri, 0, 1) !== '/') {
$path .= $methodUri;
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!