This commit is contained in:
Simon Vieille 2015-10-30 21:26:50 +01:00
parent 034a6260cd
commit 09824b5c08

View file

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