app.post('/signup', async(req, res, next) => { async function runAsync () { await firstThing() await secondThing() } runAsync() .catch(next) })