[Feat] get-info 응답값에 coins 추가

This commit is contained in:
Jay 2025-03-14 17:27:46 +09:00
parent f1bd640978
commit a41fcb9aef

View File

@ -240,7 +240,8 @@ router.get("/get-info", async function (req, res, next) {
nickname: user.nickname,
rating: user.rating,
score: Number(user.score) || 0,
imageIndex: Number(user.profileImageIndex)
imageIndex: Number(user.profileImageIndex),
coins: Number(user.coins),
})
} catch (err) {