Create User API Route

This commit is contained in:
headlesdev
2025-05-17 14:51:16 +02:00
parent 735deb9efe
commit e9fe5bb22a
2 changed files with 39 additions and 0 deletions

5
app/prisma.ts Normal file
View File

@@ -0,0 +1,5 @@
import { PrismaClient } from "@/prisma/generated/prisma";
let prisma = new PrismaClient();
export default prisma;