|
@@ -186,7 +186,7 @@ class VirusAdd extends Command
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
|
|
|
|
- $response = $virusClient->request('POST', '/v2/record/add', [
|
|
|
|
|
|
+ $response = $virusClient->request('POST', config('customer.VIRUS_URL').'/v2/record/add', [
|
|
'headers' => [
|
|
'headers' => [
|
|
'Content-Type' => 'application/json'
|
|
'Content-Type' => 'application/json'
|
|
],
|
|
],
|