This commit is contained in:
parent
5d6da9c44c
commit
482b7b7438
1 changed files with 1 additions and 1 deletions
|
@ -264,5 +264,5 @@ def relay():
|
|||
|
||||
# Run the Hypercorn ASGI server
|
||||
conf = Config()
|
||||
conf.bind = ":2009"
|
||||
conf.bind = ["0.0.0.0:2009", "[::]:2009"]
|
||||
asyncio.run(serve(app, conf))
|
Loading…
Add table
Reference in a new issue