buy & sell W/O img edit #7

Merged
kaleeswari merged 1 commits from apifinal into main 2022-01-19 12:11:29 +00:00
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) {