wzq hace 5 años
padre
commit
d58d433f71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/VirusAdd.php

+ 1 - 1
app/Console/Commands/VirusAdd.php

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