From 3f1d4fd809bcb136af0fda69426fa470e9f97d72 Mon Sep 17 00:00:00 2001 From: fiore Date: Wed, 12 Mar 2025 11:44:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EC=A0=80=20=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EB=B0=98=ED=99=98=20API=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/users.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/users.js b/routes/users.js index 3a55c26..1b0c0c3 100644 --- a/routes/users.js +++ b/routes/users.js @@ -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) {