Restyled Login Container and removed unnessecery code

This commit is contained in:
2025-02-11 14:47:02 +01:00
parent 6947b1d9bb
commit f9db8c5a92
7 changed files with 269 additions and 82 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, port=8000)