This commit is contained in:
Marcel Pociot
2020-05-04 16:42:57 +02:00
parent 3d94ee6900
commit 0dd8518c31
3 changed files with 11 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ class RequestLogger
$this
->client
->post(
'http://127.0.0.1:4040/logs',
'http://127.0.0.1:4040/api/logs',
['Content-Type' => 'application/json'],
json_encode($this->getData(), JSON_INVALID_UTF8_IGNORE)
);