유저 정보 반환 API 수정

This commit is contained in:
fiore 2025-03-12 11:44:27 +09:00
parent 9eb46f734f
commit 3f1d4fd809

View File

@ -237,6 +237,7 @@ router.get("/score", async function (req, res, next) {
nickname: user.nickname,
rating: user.rating,
score: Number(user.score) || 0,
imageindex: Number(user.profileImageIndex)
})
} catch (err) {