Compare commits

...

2 commits

Author SHA1 Message Date
ecb6b89518 Change api.t411.li to api.t411.ai 2017-03-25 22:14:50 +01:00
f174796f74 API domain updated 2016-11-21 01:35:25 +01:00

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.ai']);
}
public function getAuthorization($username, $password)