Line 20:19: Parsing error: Can not use keyword 'await' outside an async function
18 |
19 | try{
20 | const res = await axios.post('/upload', formData, {
| ^
21 | headers:{
22 | 'Content-Type':'multipart/form-data'
23 | }