ecliptica

This commit is contained in:
bogap
2024-10-12 13:26:24 +03:00
parent c77aa76645
commit bab1ae5f04
4 changed files with 193 additions and 0 deletions
@@ -0,0 +1,6 @@
const router = require('express').Router();
const plantsRouter = require('express').Router();
module.exports = router;
router.use('/plants',plantsRouter)