은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -104,7 +104,7 @@ async function handleEvent(event) {
body: fs.readFileSync("./photo/1.png")
};
app.get('/photo',(req,res)=>{
res.send(options.body);
res.send(chunk);
})
/*
request.post(options, function (error, response, body) {
......