Skip to content

Commit

Permalink
[chore] 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkslee0 committed Nov 20, 2023
1 parent 01eb838 commit c54677a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ app.post("/reserve/masterkey", async (req, res) => {

const response = await reserveMasterkey(info);

console.log("respone:", response);

res.json({
isSucceed: response,
});
Expand Down

0 comments on commit c54677a

Please sign in to comment.