윤상민, Simon

Results 1 comments of 윤상민, Simon

yes, express 4 does not handle Promise. But I want to use async/await syntactic sugar, and it returns `Promise`. ``` router.get('/hello', async (req, res) => { try { await doSomething();...