We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api.lexware.io
1 parent e203f40 commit 88c2817Copy full SHA for 88c2817
src/Api.php
@@ -35,7 +35,7 @@
35
36
class Api implements ApiInterface
37
{
38
- public string $apiUrl = 'https://api.lexoffice.io';
+ public string $apiUrl = 'https://api.lexware.io';
39
40
protected string $apiVersion = 'v1';
41
tests/ApiTest.php
@@ -69,7 +69,7 @@ public function testApiUrl(): void
69
new Response(200, [], 'post-content')
70
);
71
72
- $this->assertStringStartsWith('api.lexoffice.io', $stub->getRequest()->getUri()->getHost());
+ $this->assertStringStartsWith('api.lexware.io', $stub->getRequest()->getUri()->getHost());
73
74
$stub->apiUrl = 'https://test.de';
75
$stub->newRequest('POST', 'post-content');
0 commit comments