diff --git a/CMA 3.0 Documentation b/CMA 3.0 Documentation index 32680ac..282f51a 100644 --- a/CMA 3.0 Documentation +++ b/CMA 3.0 Documentation @@ -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" + + + + + \ No newline at end of file diff --git a/routes/api.js b/routes/api.js index 87b299c..a5897c7 100644 --- a/routes/api.js +++ b/routes/api.js @@ -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) {