Skip to content

Commit

Permalink
Mudar port para 80 em vez de 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedByMistake committed May 21, 2024
1 parent 0da8684 commit 28b3bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def add_nota():
def nova_nota():
return render_template('nota.html')

app.run(host="0.0.0.0", port=8000)
app.run(host="0.0.0.0", port=80)

0 comments on commit 28b3bce

Please sign in to comment.