Change Alur Aplikasi
This commit is contained in:
@@ -37,7 +37,7 @@ export async function OPTIONS() {
|
||||
|
||||
export async function GET() {
|
||||
try {
|
||||
// Get total mahasiswa
|
||||
// jumlah mahasiswa
|
||||
const { count: totalMahasiswa } = await supabase
|
||||
.from('mahasiswa')
|
||||
.select('*', { count: 'exact', head: true });
|
||||
|
||||
Reference in New Issue
Block a user