Bind locally for remote access

This commit is contained in:
Oskar Winkels 2020-12-01 15:34:30 +01:00 committed by Oskar
parent 7d0ad23e1c
commit f80504359f
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ if __name__ == "__main__":
response.headers['Access-Control-Allow-Headers'] = '*' response.headers['Access-Control-Allow-Headers'] = '*'
return response return response
app.run() app.run(host='0.0.0.0')