This commit is contained in:
bipproduction
2025-10-20 17:30:38 +08:00
parent e025dc3258
commit b997d2ce33

View File

@@ -65,7 +65,7 @@ const WaHookRoute = new Elysia({
description: "Menerima pesan dari WhatsApp Webhook"
}
})
.get("/list-wahook", async () => {
.get("/list", async () => {
const list = await prisma.waHook.findMany();
return {
list,