added rule page

This commit is contained in:
2026-01-09 00:48:44 +01:00
parent f2af58a2a5
commit 8a3857a093
4 changed files with 65 additions and 2 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)
app.run(debug=True, host='0.0.0.0')