open_in_new
content_copy
function promiseWrapper(fn) { return (req, res, next) => { fn(req, res).catch(next); }; }