diff --git a/phpunit.xml b/phpunit.xml index eff0718..54a9935 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,7 +23,7 @@ - + \ No newline at end of file diff --git a/src/Id/AnikeenId.php b/src/Id/AnikeenId.php index b8367dd..4d76642 100644 --- a/src/Id/AnikeenId.php +++ b/src/Id/AnikeenId.php @@ -117,7 +117,7 @@ class AnikeenId self::setBaseUrl($baseUrl); } $this->client = new Client([ - 'base_uri' => $this->baseUrl, + 'base_uri' => $this->baseUrl . '/api/', ]); }