은승우

Update app.js

Showing 1 changed file with 2 additions and 2 deletions
......@@ -106,9 +106,9 @@ async function handleEvent(event) {
},
body: file
};
console.log(body);
console.log(options.body);
request.post(options, function (error, response, body) {
data=body;
data=options.body;
var text='';
while(data.indexOf('text\\')!=-1)
{
......