Correct login landing page
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user