wzq лет назад: 5
Родитель
Сommit
5b3c4a760d
1 измененных файлов с 1 добавлено и 1 удалено
  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'
                 ],