Fix notifikasi server action to API

This commit is contained in:
2024-12-19 06:34:12 +08:00
parent 6bb690e0b5
commit 2322ab8444
43 changed files with 507 additions and 1031 deletions

View File

@@ -25,6 +25,6 @@ process.on("SIGINT", async () => {
process.exit(0);
});
// console.log("==> Test prisma");
console.log("==> Test prisma");
export default prisma;