tambahan
This commit is contained in:
@@ -65,7 +65,7 @@ const WaHookRoute = new Elysia({
|
|||||||
description: "Menerima pesan dari WhatsApp Webhook"
|
description: "Menerima pesan dari WhatsApp Webhook"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.get("/list-wahook", async () => {
|
.get("/list", async () => {
|
||||||
const list = await prisma.waHook.findMany();
|
const list = await prisma.waHook.findMany();
|
||||||
return {
|
return {
|
||||||
list,
|
list,
|
||||||
|
|||||||
Reference in New Issue
Block a user