API domain updated

This commit is contained in:
Simon Vieille 2016-11-21 01:35:25 +01:00
parent fe76dbc4bb
commit f174796f74

View file

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