QC User & Admin Responsive : Menu Landing Page - Desa

This commit is contained in:
2025-10-02 00:10:33 +08:00
parent 63054cedf0
commit 8a6d8ed8db
70 changed files with 1839 additions and 1052 deletions

View File

@@ -27,7 +27,7 @@ async function kategoriBeritaFindMany(context: Context) {
where,
skip,
take: limit,
orderBy: { createdAt: 'desc' },
orderBy: { createdAt: 'asc' },
}),
prisma.kategoriBerita.count({ where }),
]);