diff --git a/server.js b/server.js index 93a06a4..e8cbe67 100644 --- a/server.js +++ b/server.js @@ -60,11 +60,11 @@ function callInitFileMover(req, res) { // The whole response has been received. Print out the result. resp.on('end', () => { //debug - data = `{ - "construction_id": 3, - "file_name": "ini_データ入力シート.xlsx", - "file_type": "dataSheet" - }` + // data = `{ + // "construction_id": 3, + // "file_name": "ini_データ入力シート.xlsx", + // "file_type": "dataSheet" + // }` if(data !== 'no match'){ resdata = JSON.parse(data); console.log(resdata);