change notifikasi dan hapus gadai dan history

This commit is contained in:
hafifierahman
2021-01-10 02:19:09 +08:00
parent cb545eb387
commit f9463f308c
8 changed files with 118 additions and 81 deletions
+1 -3
View File
@@ -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);
}