upd: api
deskripsi: - api No Issues
This commit is contained in:
@@ -13,6 +13,9 @@ const PengaduanRoute = new Elysia({
|
||||
const data = await prisma.categoryPengaduan.findMany({
|
||||
where: {
|
||||
isActive: true
|
||||
},
|
||||
orderBy: {
|
||||
name: "asc"
|
||||
}
|
||||
})
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user