From ecb6b89518094e2ad3249fb37f3565ec4be3b6e3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 25 Mar 2017 22:14:50 +0100 Subject: [PATCH] Change api.t411.li to api.t411.ai --- 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 f9c52a0..3eec534 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.li']); + $this->client = new GuzzleClient(['base_url' => 'https://api.t411.ai']); } public function getAuthorization($username, $password)