update for inifile mover
This commit is contained in:
@ -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);
|
||||||
res.status(200).send('OK');
|
res.status(200).send('OK');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user