From 697629325ce4f87f6d40e2d33f9db08f112dd12d Mon Sep 17 00:00:00 2001 From: fiore Date: Wed, 12 Mar 2025 17:09:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EC=9D=B8=20=EC=8B=9C=EC=8A=A4?= =?UTF-8?q?=ED=85=9C=20=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/users.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/routes/users.js b/routes/users.js index 54bd24c..d1269d6 100644 --- a/routes/users.js +++ b/routes/users.js @@ -249,9 +249,4 @@ router.get("/get-info", async function (req, res, next) { } }) -router.put("/coin/:id", async function (req, res, next) { - -}) - - module.exports = router;