buy & sell W/O img edit
This commit is contained in:
parent
578d522f04
commit
55f5c22e4c
@ -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
|
-->sent code 2 for no data & message
|
||||||
-->if no
|
-->if no
|
||||||
-->show code is 2 for error & message is "this mobile number is register with another device please check"
|
-->show code is 2 for error & message is "this mobile number is register with another device please check"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1389,7 +1389,7 @@ console.log(sql);
|
|||||||
const uploaded=multer({
|
const uploaded=multer({
|
||||||
storage:filestorageengines
|
storage:filestorageengines
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
app.post('/insertImages/:primaryId',uploaded.array('productImages'),function(req,res){
|
app.post('/insertImages/:primaryId',uploaded.array('productImages'),function(req,res){
|
||||||
req.files.forEach(function(value, key) {
|
req.files.forEach(function(value, key) {
|
||||||
|
Loading…
Reference in New Issue
Block a user