Added Salvi's backend folder from backend branch to allow ombase to continue testing.
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