tambahannnya

This commit is contained in:
bipproduction
2025-11-14 10:53:20 +08:00
parent 1a5bd72237
commit 7d98f9f61c

View File

@@ -4,7 +4,7 @@ import { generateNoPengaduan } from "../lib/no-pengaduan";
import { normalizePhoneNumber } from "../lib/normalizePhone";
const TestPengaduanRoute = new Elysia({
prefix: "test-pengaduan"
prefix: "online-pengaduan"
})
.get("/category", async () => {
const data = await prisma.categoryPengaduan.findMany({