1
0
Fork 0

Change api.t411.li to api.t411.ai

This commit is contained in:
Simon Vieille 2017-03-25 22:14:50 +01:00
parent f174796f74
commit ecb6b89518
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.li']);
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.ai']);
}
public function getAuthorization($username, $password)