|
@@ -183,7 +183,7 @@ class VirusAdd extends Command
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- $response = $this->client->request('POST', 'v2/record/add', [
|
|
|
+ $response = $this->client->request('POST', '/v2/record/add', [
|
|
|
'headers' => [
|
|
|
'Content-Type' => 'application/json'
|
|
|
],
|