Skip to content

Commit

Permalink
api url change
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanlaca committed Apr 21, 2022
1 parent 80c41e2 commit 6f97964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

/**
Expand Down

0 comments on commit 6f97964

Please sign in to comment.