This commit is contained in:
pika 2025-04-03 16:58:01 +02:00
parent 2b36992be1
commit 25087d055c
16 changed files with 1394 additions and 816 deletions

View file

@ -19,4 +19,4 @@ application = app
if __name__ == "__main__":
# Only for development
debug = flask_env != "production"
app.run(host="0.0.0.0", port=8000, debug=debug)
app.run(host="0.0.0.0", port=5001, debug=debug)