diff --git a/app/Support/v1/GadaiV1.php b/app/Support/v1/GadaiV1.php index 902b50e..d2f15d2 100644 --- a/app/Support/v1/GadaiV1.php +++ b/app/Support/v1/GadaiV1.php @@ -263,7 +263,8 @@ class GadaiV1 $audit->updated_at = $current; $audit->save(); - return response()->json($update_gadai, 200); + return response()->json("success",200); + // return response()->json($update_gadai, 200); } public function updateJBG(HttpRequest $request){