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

@ -10,3 +10,4 @@ def index():
app.run(host="127.0.0.1", port=5000) app.run(host="127.0.0.1", port=5000)
appFlask.run(debug=True)