This commit is contained in:
randogoth 2023-05-21 23:20:51 +03:00
parent 0bf0b17243
commit 19401f7e09

View file

@ -37,4 +37,4 @@ def track():
else:
return 'hash missing'
serve(app, host='127.0.0.1', port=8001)
serve(app, host='0.0.0.0', port=8001)