fix: prisma import

This commit is contained in:
Elie Baier 2023-12-05 21:36:14 +01:00
parent 53a9b54b5e
commit 9df430fa72
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import {NextResponse} from "next/server";
import prisma from '@lib/prisma';
import prisma from "@/lib/prisma";
interface IBody {
key: string
grade: number