mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: typo in url of the OpenProvider api
This commit is contained in:
parent
999a7f8454
commit
b6a22f0e3a
@ -95,7 +95,7 @@ class OpenProviderProvider extends AbstractProvider
|
||||
return;
|
||||
}
|
||||
|
||||
$res = $this->client->request('POST', '/v1beta/domain', (new HttpOptions())
|
||||
$res = $this->client->request('POST', '/v1beta/domains', (new HttpOptions())
|
||||
->setAuthBearer($this->authData->token)
|
||||
->setHeader('Accept', 'application/json')
|
||||
->setBaseUri(self::BASE_URL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user