From cd4fdf792753196093e390140a2d4f3064312400 Mon Sep 17 00:00:00 2001 From: Anthony Tournier Date: Thu, 8 Jun 2017 21:13:11 +0200 Subject: [PATCH] Update API URL --- 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 3eec534..f9adfdd 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.ai']); + $this->client = new GuzzleClient(['base_url' => 'https://api.t411.al']); } public function getAuthorization($username, $password)