API domain name

This commit is contained in:
Simon Vieille 2015-04-13 22:19:29 +02:00
parent 916c039580
commit cfb5c3b7b8

View file

@ -13,7 +13,7 @@ class Client
public function __construct()
{
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.me']);
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.io']);
}
public function getAuthorization($username, $password)