코인 시스템 준비

This commit is contained in:
fiore 2025-03-12 17:09:03 +09:00
parent 6cc00098f9
commit 697629325c

View File

@ -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;