Added backend folder in Bhakti's branch for Salvi to make changes.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = (theFunc) => (req, res, next) => {
|
||||
Promise.resolve(theFunc(req, res, next)).catch(next);
|
||||
};
|
||||
Reference in New Issue
Block a user