Jun 27 MT-4 fix gunicorn
This commit is contained in:
@@ -21,4 +21,4 @@ from control.panel import create_panel_app
|
||||
panel_app = create_panel_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
panel_app.run(host='127.0.0.1', port=5001, debug=False)
|
||||
panel_app.run(host='127.0.0.1', port=8001, debug=False)
|
||||
|
||||
Reference in New Issue
Block a user