Skip to content

Commit

Permalink
req-res form functional code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal Godara authored and Sheetal Godara committed Oct 31, 2023
1 parent 81676a0 commit b07e96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/uploadroutes2.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ router.get('/upload',async(req,res)=>{
const presignedUrl = s3.getSignedUrl('uploadPart', uploadPartParams);
presignedUrls.push(presignedUrl);
}
return presignedUrls;
res.send(presignedUrls);
})
module.exports = router;

0 comments on commit b07e96e

Please sign in to comment.