Skip to content

Commit

Permalink
test: use all interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Nov 27, 2024
1 parent 704e97f commit 16326ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def root(request: Request):
return Response(content=str(len(user_agent)).encode())

def start_server():
config = Config(app=app, host="::1", port=PORT)
config = Config(app=app, host="0.0.0.0", port=PORT)
server = Server(config)
server.run()

Expand Down

0 comments on commit 16326ae

Please sign in to comment.