Compare commits

...

2 commits

Author SHA1 Message Date
942c1a880f Ignore vendor directory 2017-06-08 21:13:22 +02:00
cd4fdf7927 Update API URL 2017-06-08 21:13:11 +02:00
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)