Update server.js
Browse files
server.js
CHANGED
|
@@ -16,4 +16,6 @@ app.all('/play', async(req, res) => {
|
|
| 16 |
const spotify = new spot()
|
| 17 |
const search = await spotify.search(q, 1)
|
| 18 |
console.log(stringify(search))
|
| 19 |
-
})
|
|
|
|
|
|
|
|
|
| 16 |
const spotify = new spot()
|
| 17 |
const search = await spotify.search(q, 1)
|
| 18 |
console.log(stringify(search))
|
| 19 |
+
})
|
| 20 |
+
|
| 21 |
+
app.listen(PORT)
|