ecliptica routes

This commit is contained in:
bogap
2024-10-12 13:39:15 +03:00
parent fd293711a2
commit c7a3c06f60
5 changed files with 2 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ const router = express.Router()
router.use('/enterfront', require('./enterfront/index'))
router.use('/ecliptica', require('./ecliptica/index'))
module.exports = router