WIP: First Milestone reached #3

Closed
fr4nz wants to merge 71 commits from dev-1 into main
Showing only changes of commit ee87f6346f - Show all commits

View file

@ -10,4 +10,4 @@ def index():
return render_template("/var/www/html/index.html") return render_template("/var/www/html/index.html")
app.run(host="0.0.0.0", port=5000) app.run(host="127.0.0.1", port=5000)