은승우

Update app.js

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