From 8eb0c2558238ff5029961c264593d2ef1ddff6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Fri, 19 Sep 2025 17:21:23 +0000 Subject: [PATCH] fix api path --- phpunit.xml | 2 +- src/Id/AnikeenId.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/', ]); }