Bind locally for remote access
This commit is contained in:
parent
7d0ad23e1c
commit
f80504359f
|
@ -19,4 +19,4 @@ if __name__ == "__main__":
|
|||
response.headers['Access-Control-Allow-Headers'] = '*'
|
||||
return response
|
||||
|
||||
app.run()
|
||||
app.run(host='0.0.0.0')
|
||||
|
|
Loading…
Reference in New Issue