Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sande88 authored Jun 14, 2024
1 parent 2430d98 commit c12de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def delete(blob_name):
return redirect(url_for('books'))

if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', port=80)

0 comments on commit c12de29

Please sign in to comment.