Update API URL

This commit is contained in:
Anthony Tournier 2017-06-08 21:13:11 +02:00
parent ecb6b89518
commit cd4fdf7927
1 changed files with 1 additions and 1 deletions

View File

@ -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)