From 09824b5c08db8f076325ebb31754c51b336096a8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 30 Oct 2015 21:26:50 +0100 Subject: [PATCH] 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 5a1c03d..a6925f9 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.io']); + $this->client = new GuzzleClient(['base_url' => 'https://api.t411.in']); } public function getAuthorization($username, $password)