diff --git a/src/Api/Client.php b/src/Api/Client.php index a6925f9..eb1a167 100644 --- a/src/Api/Client.php +++ b/src/Api/Client.php @@ -13,7 +13,7 @@ class Client public function __construct() { - $this->client = new GuzzleClient(['base_url' => 'https://api.t411.in']); + $this->client = new GuzzleClient(['base_url' => 'https://api.t411.ch']); } public function getAuthorization($username, $password)