mirror of
https://github.com/Fayorg/calendrier-avant.git
synced 2026-05-28 01:28:37 +02:00
fix: prisma import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import {NextResponse} from "next/server";
|
import {NextResponse} from "next/server";
|
||||||
|
|
||||||
import prisma from '@lib/prisma';
|
import prisma from "@/lib/prisma";
|
||||||
interface IBody {
|
interface IBody {
|
||||||
key: string
|
key: string
|
||||||
grade: number
|
grade: number
|
||||||
|
|||||||
Reference in New Issue
Block a user