From c54677a68e9fbd7b74ed3a295c22dc7077bb1e04 Mon Sep 17 00:00:00 2001 From: "Lee, Nam Gon" Date: Mon, 20 Nov 2023 09:37:06 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=A1=9C=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index f497084..a216186 100644 --- a/app.js +++ b/app.js @@ -18,6 +18,8 @@ app.post("/reserve/masterkey", async (req, res) => { const response = await reserveMasterkey(info); + console.log("respone:", response); + res.json({ isSucceed: response, });