This commit is contained in:
Rizki
2026-03-06 16:16:40 +07:00
parent 92be63ab02
commit c5b08ee099

View File

@ -38,7 +38,7 @@ var imageUpload = multer({
cb(null, true);
}
}
}).single("file-doc");
}).single("file");
module.exports = (req, res, next) => {
try {
imageUpload(req,res, function(err){