Listen on all interfaces

This commit is contained in:
Lauri Võsandi 2021-06-13 14:11:59 +03:00
parent a616c0b38a
commit fd94211ff7
1 changed files with 1 additions and 1 deletions

View File

@ -57,4 +57,4 @@ async def view_export(request):
return response.stream(streaming_fn, content_type="text/plain")
app.run(port=3001)
app.run(host="0.0.0.0", port=3001)