parent
0e2e09c8d5
commit
97c6de259c
2 changed files with 0 additions and 7 deletions
@ -1,11 +1,8 @@ |
|||||||
import { Router } from 'express'; |
import { Router } from 'express'; |
||||||
import serialPort from '../services/serialPortService.js'; |
|
||||||
import serialPortList from '../services/serialPortService.js'; |
import serialPortList from '../services/serialPortService.js'; |
||||||
|
|
||||||
const router = new Router() |
const router = new Router() |
||||||
|
|
||||||
router.get('/open/:id', serialPortList); |
router.get('/open/:id', serialPortList); |
||||||
// router.get('/list/:id', serialPortList);
|
|
||||||
// router.get('/open/:id', serialPort);
|
|
||||||
|
|
||||||
export default router |
export default router |
Loading…
Reference in new issue