Listen on all interfaces
This commit is contained in:
parent
a616c0b38a
commit
fd94211ff7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user