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