update for upload

This commit is contained in:
Mohamed Nouffer
2021-09-12 17:04:02 +05:30
parent c822e8b483
commit 795affe89e

View File

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