This commit is contained in:
parent
0af95a105b
commit
dddd7392b2
3 changed files with 18 additions and 2 deletions
|
|
@ -54,4 +54,4 @@ app.add_routes([
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
web.run_app(app, host='127.0.0.1', port=8003)
|
||||
web.run_app(app, host='0.0.0.0', port=8003)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue