Merge branch 'bugfix' of synyster0fa7x/t411-console into master

This commit is contained in:
Simon Vieille 2017-06-08 21:34:00 +02:00 committed by GitLab
commit f80ce1a915
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ app/config.yml
composer.lock
tags
*.swp
vendor

View file

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