Fixed module export.

This commit is contained in:
M M
2024-08-06 20:29:07 -07:00
parent 7b2311d468
commit e42b65054d

View File

@@ -25,4 +25,4 @@ router.post(
checkController.deleteChecks
);
module.exports = router;