buy & sell W/O img edit

This commit is contained in:
Kaleeswari 2022-01-19 17:41:01 +05:30
parent 578d522f04
commit 55f5c22e4c
2 changed files with 6 additions and 1 deletions

View File

@ -358,3 +358,8 @@ This is generated when user verify the otp...then check each and every process t
-->sent code 2 for no data & message
-->if no
-->show code is 2 for error & message is "this mobile number is register with another device please check"

View File

@ -1389,7 +1389,7 @@ console.log(sql);
const uploaded=multer({
storage:filestorageengines
});
app.post('/insertImages/:primaryId',uploaded.array('productImages'),function(req,res){
req.files.forEach(function(value, key) {