a
This commit is contained in:
parent
372dccc484
commit
3b74efda6f
@ -36,7 +36,7 @@ def run_unified_api():
|
||||
|
||||
try:
|
||||
processes = []
|
||||
for bind_host in ["0.0.0.0", "::"]:
|
||||
for bind_host in ["127.0.0.1", "::1"]:
|
||||
p = multiprocessing.Process(target=run_uvicorn, args=(bind_host,))
|
||||
p.start()
|
||||
processes.append(p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user