fix: prisma import
This commit is contained in:
parent
53a9b54b5e
commit
9df430fa72
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue