forked from deblan/t411-console
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 942c1a880f | |||
| cd4fdf7927 |
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ app/config.yml
|
|||
composer.lock
|
||||
tags
|
||||
*.swp
|
||||
vendor
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue