ㄹㄹ
All checks were successful
deploy-on-main / deploy (push) Successful in 27s

This commit is contained in:
koreacomp5
2025-11-10 13:44:05 +09:00
parent 5287611bf7
commit 14c80baeec

View File

@@ -32,6 +32,7 @@ export async function POST(req: Request) {
}
const user = await prisma.user.create({
data: {
userId: nickname,
nickname,
name,
passwordHash: hashPassword(password),