This seems like a straightforward google, but I can\'t seem to find the answer...
Can you pass in ES7 async functions to the Express router?
Example:
<
To handle async requests in express routes use a try catch, which helps you to try for any errors in function and catch them. try{await stuff} catch{err}
try{await stuff} catch{err}