scnario commited on
Commit
019cb1f
·
verified ·
1 Parent(s): 106f209

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +3 -1
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)