update upload

This commit is contained in:
Mohamed Nouffer
2021-09-15 10:43:31 +05:30
parent 09aa45a399
commit 6712a14225

View File

@ -37,7 +37,7 @@ function callLoadInitializeData(req, res, resdata){
resp.on('end', () => { resp.on('end', () => {
if(data !== 'no match'){ if(data !== 'no match'){
resdata = JSON.parse(data); //resdata = JSON.parse(data);
console.log(resdata); console.log(resdata);
} }