Update host to 0.0.0.0

This commit is contained in:
mmcwilliams 2024-06-28 12:53:38 -04:00
parent 95b769f165
commit 42121d9cca
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -70,6 +70,6 @@ def hashToLatLng(threewords):
if __name__ == '__main__':
run(host='localhost', port=8080)
run(host='0.0.0.0', port=8080)
app = bottle.default_app()