mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-15 06:36:14 +00:00
fix api path
This commit is contained in:
@@ -117,7 +117,7 @@ class AnikeenId
|
||||
self::setBaseUrl($baseUrl);
|
||||
}
|
||||
$this->client = new Client([
|
||||
'base_uri' => $this->baseUrl,
|
||||
'base_uri' => $this->baseUrl . '/api/',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user