Ecliptica routes

This commit is contained in:
bogap
2024-10-12 13:30:27 +03:00
parent bab1ae5f04
commit 86f00de298
4 changed files with 2 additions and 2 deletions
@@ -2,5 +2,4 @@ const router = require('express').Router();
const plantsRouter = require('express').Router();
module.exports = router;
router.use('/plants',plantsRouter)