changed api_response signature
This commit is contained in:
@@ -71,6 +71,6 @@ final class Env
|
||||
];
|
||||
}
|
||||
|
||||
return api_response($response, HTTP_STATUS::HTTP_OK, []);
|
||||
return api_response(HTTP_STATUS::HTTP_OK, $response, []);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user