diff --git a/application.py b/application.py index 926cc04..06b2f42 100644 --- a/application.py +++ b/application.py @@ -24,4 +24,4 @@ def add_nota(): def nova_nota(): return render_template('nota.html') -app.run(host="0.0.0.0", port=8000) \ No newline at end of file +app.run(host="0.0.0.0", port=80) \ No newline at end of file