- Minor cleanup

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-22 18:39:27 -05:00
parent 343179d4fe
commit ff1ceb20cb
7 changed files with 26 additions and 30 deletions

View File

@@ -5,6 +5,5 @@ const data = require('../data/data');
router.post('/ah', data.autohouse);
router.post('/cc', data.claimscorp);
router.post('/kaizen', data.kaizen);
router.post('/arms', data.arms);
module.exports = router;