Compare commits
No commits in common. 'bfc1eb879608ba41c94cb53cff179377cfa4c0c5' and 'f74d79389d2bd368770868752a6367565dbc3d5d' have entirely different histories.
bfc1eb8796
...
f74d79389d
6 changed files with 7 additions and 53 deletions
@ -1,5 +0,0 @@ |
||||
# Default ignored files |
||||
/shelf/ |
||||
/workspace.xml |
||||
# Editor-based HTTP Client requests |
||||
/httpRequests/ |
@ -1,8 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="ProjectModuleManager"> |
||||
<modules> |
||||
<module fileurl="file://$PROJECT_DIR$/.idea/roshano_boxModule.iml" filepath="$PROJECT_DIR$/.idea/roshano_boxModule.iml" /> |
||||
</modules> |
||||
</component> |
||||
</project> |
@ -1,12 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<module type="WEB_MODULE" version="4"> |
||||
<component name="NewModuleRootManager"> |
||||
<content url="file://$MODULE_DIR$"> |
||||
<excludeFolder url="file://$MODULE_DIR$/.tmp" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/temp" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/tmp" /> |
||||
</content> |
||||
<orderEntry type="inheritedJdk" /> |
||||
<orderEntry type="sourceFolder" forTests="false" /> |
||||
</component> |
||||
</module> |
@ -1,6 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="VcsDirectoryMappings"> |
||||
<mapping directory="" vcs="Git" /> |
||||
</component> |
||||
</project> |
@ -1,10 +1,8 @@ |
||||
import { Router } from 'express'; |
||||
import serialPort from '../services/serialPortService.js'; |
||||
import serialPortList from '../services/serialPortService.js'; |
||||
|
||||
const router = new Router() |
||||
|
||||
router.get('/open/:id', serialPort); |
||||
router.get('/list', serialPortList); |
||||
router.get('/:id', serialPort); |
||||
|
||||
export default router |
Loading…
Reference in new issue