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 bb446f41d8
commit b1f2277c92

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;