From 6f9796437644d37a4878e3738dfa17e902112492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Laca?= Date: Thu, 21 Apr 2022 11:09:15 +0200 Subject: [PATCH] api url change --- src/Connector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connector.php b/src/Connector.php index 2b6bb90..2bb4311 100644 --- a/src/Connector.php +++ b/src/Connector.php @@ -28,7 +28,7 @@ public function __construct(string $authId, string $authKey, string $authToken, $this->authId = $authId; $this->authKey = $authKey; $this->authToken = $authToken; - $this->apiUrl = $apiUrl ?? 'https://api.isklad-egon.sk/rest/v1'; + $this->apiUrl = $apiUrl ?? 'https://api.isklad.eu/rest/v1'; } /**