Fix incompatibilities with bot client.

pull/1/head
sigonasr2 5 years ago
parent 098883d088
commit 57501a6a87
  1. 1
      server/app.js

@ -35,6 +35,7 @@ app.get('/song/:songname', (req, res) => {
if (error) {
res.status(500).json(error.message)
} else {
//console.log(req.params.songname+":"+JSON.stringify(results.rows));
res.status(200).json(results.rows)
}
})

Loading…
Cancel
Save