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;