wzq 5 lat temu
rodzic
commit
5b3c4a760d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Console/Commands/VirusAdd.php

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

@@ -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'
                 ],