update for upload

This commit is contained in:
Mohamed Nouffer
2021-09-12 17:06:55 +05:30
parent 795affe89e
commit dae426eefa

View File

@ -28,7 +28,11 @@ https.get('https://natnats.mobilous.com/iniFileMover', (resp) => {
// The whole response has been received. Print out the result.
resp.on('end', () => {
console.log(data);
if(data !== 'no match'){
resdata = JSON.parse(data);
console.log(resdata);
}
});
}).on("error", (err) => {