add api for all gadai by customer
This commit is contained in:
@@ -10,7 +10,7 @@ class CawanganController extends Controller
|
||||
|
||||
public function showAllCawangans()
|
||||
{
|
||||
return response()->json(Cawangan::all());
|
||||
return response()->json(Cawangan::on('mysql7')->get());
|
||||
}
|
||||
|
||||
public function showOneCawangan($code_cawangan)
|
||||
|
||||
Reference in New Issue
Block a user