From c194aa1a8fd8903eaeb49e5caee30857c8979fb7 Mon Sep 17 00:00:00 2001 From: Jeoffrey Bauvin Date: Mon, 14 Mar 2016 15:29:15 +0100 Subject: [PATCH] Change api.t411.in to api.t411.ch --- 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 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)