권은령

fix music list error

Showing 1 changed file with 2 additions and 0 deletions
......@@ -231,3 +231,5 @@ function handleEvent(event)
app.get('/',(req,res)=>{
res.send("hello");
})
console.log(songList[0].url);
\ No newline at end of file
......