change notifikasi dan hapus gadai dan history
This commit is contained in:
@@ -276,9 +276,7 @@ class KhazanahController extends Controller
|
||||
|
||||
$cawangan_info = Http::get(config('api.url') . '/api/cawangan/'. $auth_user['cawangan'])->json();
|
||||
|
||||
$updatelulus = Http::put(config('api.url') . '/api/UpdateKelulusan/' . $auth_user['cawangan'] . '/' . $norujukan, [
|
||||
'pelulus' => $auth_user['name']
|
||||
])->json();
|
||||
$updatelulus = Http::put(config('api.url') . '/api/UpdateKelulusan/' . $auth_user['cawangan'] . '/' . $norujukan)->json();
|
||||
|
||||
return response()->json($updatelulus,200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user