@@ -59,7 +59,6 @@ class ProductController extends Controller
{
$json = Product::paginate(20)->toJson();
- $json->status = 0;
return $json;
}