fix mcp generator

This commit is contained in:
bipproduction
2025-11-13 21:58:55 +08:00
parent d380c859a4
commit 4ea72fb846

View File

@@ -21,9 +21,15 @@ const PengaduanRoute = new Elysia({
},
orderBy: {
name: "asc"
},
select: {
id: true,
name: true,
}
})
return data
return {data}
}, {
detail: {
summary: "List Kategori Pengaduan",