Change api.t411.in to api.t411.ch

This commit is contained in:
Jeoffrey Bauvin 2016-03-14 15:29:15 +01:00
parent 6d714a7e74
commit c194aa1a8f

View file

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