Merge pull request #3 from Jeoffreybauvin/feature/changeapi

Change api.t411.in to api.t411.ch
This commit is contained in:
Simon Vieille 2016-03-14 16:03:27 +01:00
commit c32fe90da2

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)