fixed a bug where data and pin validations were not called
This commit is contained in:
@@ -32,5 +32,6 @@ const impsRoute = async (req, res) => {
|
|||||||
return res.json({ error: 'INTERVAL_SERVER_ERROR' });
|
return res.json({ error: 'INTERVAL_SERVER_ERROR' });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
router.post('/', impsRoute);
|
||||||
|
|
||||||
module.exports = impsRoute;
|
module.exports = router;
|
||||||
|
Reference in New Issue
Block a user