1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-28 01:28:37 +02:00

feat: prisma fix

This commit is contained in:
2023-12-04 10:23:31 +01:00
parent 91b0c04208
commit a637ab23e7
4 changed files with 24 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
import type { NextApiRequest, NextApiResponse } from 'next'
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
import prisma from '@lib/prisma';
interface IBody {
key: string