Skip to content

Commit

Permalink
file upload field updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan McCartney committed Nov 15, 2023
1 parent 99e9903 commit 3e0ef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/file-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ const storage = multer.diskStorage({

module.exports = multer({
storage: storage,
}).single("media");
}).single("file");

0 comments on commit 3e0ef7d

Please sign in to comment.