deskripsi:
- api

No Issues
This commit is contained in:
2025-11-04 15:32:14 +08:00
parent 25fc7e2d26
commit 13f88efb35
4 changed files with 9 additions and 5 deletions

View File

@@ -13,6 +13,9 @@ const PengaduanRoute = new Elysia({
const data = await prisma.categoryPengaduan.findMany({
where: {
isActive: true
},
orderBy: {
name: "asc"
}
})
return data