ggwp
This commit is contained in:
@@ -60,8 +60,11 @@ class HargaEmasController extends Controller
|
||||
'harga2' => $request->harga2,
|
||||
'tarikhupdate' => $harini->toDateString()
|
||||
]);
|
||||
|
||||
return response()->json($hargaemas, 201);
|
||||
if($hargaemas){
|
||||
return response()->json(1, 201);
|
||||
}else{
|
||||
return response()->json("unsuccess", 201);
|
||||
}
|
||||
}
|
||||
|
||||
public function deletehargaemas($id)
|
||||
|
||||
Reference in New Issue
Block a user