upd: hapus file yg ga kepake

Deskripsi:
- hapus file atau dokumen yang tidak terpakai

No Issues
This commit is contained in:
amel
2024-08-28 13:57:46 +08:00
parent cffc411fa8
commit b213d7aa5e
58 changed files with 2 additions and 1624 deletions

View File

@@ -1,5 +0,0 @@
import { getCountDivision } from "@/module/division/lib/division/get_count_devision"
export async function GET() {
const countDivision = getCountDivision()
return Response.json({ count: countDivision })
}

View File

@@ -1,6 +0,0 @@
import { getListAnggota } from "@/module/division/lib/division/get_list_anggota";
export async function GET() {
const listAnggota = await getListAnggota()
return Response.json(listAnggota)
}

View File

@@ -1,6 +0,0 @@
import { getListDevision } from "@/module/division/lib/division/get_list_devision"
export async function GET() {
const list_devision = await getListDevision()
return Response.json(list_devision)
}

View File

@@ -1,6 +0,0 @@
import { getListGroup } from "@/module/division/lib/division/get_list_group"
export async function GET() {
const listGroup = await getListGroup()
return Response.json(listGroup)
}