권은령

fix music list error

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