fix: typo in url of the OpenProvider api

This commit is contained in:
Maël Gangloff 2025-10-28 10:20:56 +01:00
parent 999a7f8454
commit b6a22f0e3a
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -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)