fixed a bug where data and pin validations were not called

This commit is contained in:
2025-08-26 11:47:49 +05:30
parent 3cfcb8e5bc
commit 780eb39c18

View File

@@ -32,5 +32,6 @@ const impsRoute = async (req, res) => {
return res.json({ error: 'INTERVAL_SERVER_ERROR' });
}
};
router.post('/', impsRoute);
module.exports = impsRoute;
module.exports = router;