fix api path

This commit is contained in:
2025-09-19 17:21:23 +00:00
parent 30ac4ae4f9
commit 8eb0c25582
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ class AnikeenId
self::setBaseUrl($baseUrl);
}
$this->client = new Client([
'base_uri' => $this->baseUrl,
'base_uri' => $this->baseUrl . '/api/',
]);
}