Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 27, 2023
1 parent 59b7bd7 commit b102e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rest_API/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ def get_songs():
songs_data = json.load(file)
return jsonify({'songs': songs_data})


if __name__ == '__main__':
app.run(port=32208, host="0.0.0.0")

0 comments on commit b102e1c

Please sign in to comment.