Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Mar 8, 2024
1 parent c77d8ca commit 2fba5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/server/middleware/tokenAuth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//import { usePrismaClient } from "../../composables/usePrismaClient.server";
import { PrismaClient } from "@prisma/client";
import { defineEventHandler } from "h3";
import { useRuntimeConfig } from "#imports";

export default defineEventHandler(async (event) => {
// check if the requested route starts with api
Expand Down

0 comments on commit 2fba5d5

Please sign in to comment.