From cd4fdf792753196093e390140a2d4f3064312400 Mon Sep 17 00:00:00 2001 From: Anthony Tournier Date: Thu, 8 Jun 2017 21:13:11 +0200 Subject: [PATCH 1/2] 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) From 942c1a880f1e739cdc8acca75ccb73eb6e7a680e Mon Sep 17 00:00:00 2001 From: Anthony Tournier Date: Thu, 8 Jun 2017 21:13:22 +0200 Subject: [PATCH 2/2] Ignore vendor directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 75eb339..5dd6f3e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ app/config.yml composer.lock tags *.swp +vendor \ No newline at end of file