seedroute and vlidate

This commit is contained in:
newtbot
2024-01-03 03:51:15 +08:00
parent 088302fa5b
commit 90754c1792
10 changed files with 113 additions and 70 deletions

View File

@ -0,0 +1,11 @@
'use strict';
const router = require('express').Router();
//location route
router.use('/seed', require('./SeedLocationAndSensor'));
module.exports = router;