wesmiler 5 년 전
부모
커밋
8a8b82efe7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

@@ -17,6 +17,6 @@ class IndexController extends AbstractController
 
     public function index()
     {
-        return ApiResource::success(1002);
+        return ApiResource::failed(1013);
     }
 }