@@ -106,8 +106,7 @@ class ProductController extends Controller
return [
"id" => $t["id"],
"name" => $t["name"],
- "photo" => $t["photo"],
- "location" => $t["location"]
+ "photo" => $t["photo"]
];
}, $top);