@@ -64,7 +64,7 @@ class CommonController extends Controller
$http_path = asset(str_replace('public', 'storage', $store_result));
return response()->json([
'status' => 0,
- 'path' => $http_path
+ 'location' => $http_path
]);
} else {