wzq 5 년 전
부모
커밋
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'
                 ],