finished dev version

This commit is contained in:
2026-01-12 14:01:18 +01:00
parent 79c011a217
commit 462f8a688b
8 changed files with 111 additions and 41 deletions

2
run.py
View File

@@ -3,4 +3,4 @@ from app import create_app
app = create_app()
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0')
app.run()