회원가입, 로그인
CI / test (push) Successful in 3m36s
CI / pr_and_merge (push) Successful in 1m17s

This commit is contained in:
2025-12-01 03:24:38 +09:00
parent 64d2e9d1af
commit 5f541e9524
25 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { NextResponse } from "next/server";
import { PrismaClient } from "@/generated/prisma/client";
import { PrismaClient } from "@prisma/client";
import { verifyAccessToken } from "@/features/auth/authCrypto";
const prisma = new PrismaClient();