express-async-await
express-async-await copied to clipboard
Results
1
express-async-await issues
Sort by
recently updated
recently updated
newest added
Hi I tried this, but does't work, could you pls help ```js // routers/user.js var express = require('express'); var router = express.Router(); router.get('/users', async func1, async func2); module.exports = router;...