Change UI port to 80
This commit is contained in:
parent
1ef501d343
commit
66c2f16634
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ if __name__ == '__main__':
|
||||||
def server_index():
|
def server_index():
|
||||||
return send_from_directory(UI_DIR, 'index.html')
|
return send_from_directory(UI_DIR, 'index.html')
|
||||||
|
|
||||||
app.run(debug=True, host='0.0.0.0')
|
app.run(debug=True, host='0.0.0.0', port=80)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue