upd: api
deskripsi: - api No Issues
This commit is contained in:
@@ -13,6 +13,9 @@ const PelayananRoute = new Elysia({
|
||||
const data = await prisma.categoryPelayanan.findMany({
|
||||
where: {
|
||||
isActive: true
|
||||
},
|
||||
orderBy:{
|
||||
name: "asc"
|
||||
}
|
||||
})
|
||||
return data
|
||||
@@ -307,7 +310,7 @@ const PelayananRoute = new Elysia({
|
||||
idUser: t.String({ minLength: 1, error: "idUser harus diisi" }),
|
||||
}),
|
||||
detail: {
|
||||
summary: "Update status pengajuan pelayanan surat",
|
||||
summary: "Update Status Pengajuan Pelayanan Surat",
|
||||
description: `tool untuk update status pengajuan pelayanan surat`,
|
||||
tags: ["mcp"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user