Added backend folder in Bhakti's branch for Salvi to make changes.

This commit is contained in:
K
2025-02-23 09:15:03 +05:30
parent 7dd344f722
commit a551e075b7
28 changed files with 7028 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = (theFunc) => (req, res, next) => {
Promise.resolve(theFunc(req, res, next)).catch(next);
};