WIP: First Milestone reached #3

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

View file

@ -9,4 +9,5 @@ def index():
return render_template("index.html") return render_template("index.html")
app.run(host="127.0.0.1", port=5000) app.run(host="127.0.0.1", port=5000)
appFlask.run(debug=True)