wesmiler 5 years ago
parent
commit
8a8b82efe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

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