From f174796f74c93ded4600dc4d65bbf460e82a561a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 21 Nov 2016 01:35:25 +0100 Subject: [PATCH] API domain updated --- src/Api/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Client.php b/src/Api/Client.php index eb1a167..f9c52a0 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.ch']); + $this->client = new GuzzleClient(['base_url' => 'https://api.t411.li']); } public function getAuthorization($username, $password)