Correct login landing page

This commit is contained in:
2025-09-26 00:28:15 +02:00
parent b0190336b0
commit 823884d265
25 changed files with 373 additions and 515 deletions

View File

@@ -113,4 +113,4 @@ def create_app():
return app
if __name__ == '__main__' :
app.run(host='127.0.0.1', port=8000, debug=True)
app.run(host='192.168.7.146', port=8000, debug=True)