Update __init__.py

This commit is contained in:
Classic298 2025-04-15 09:55:35 +02:00 committed by GitHub
parent 07d8460126
commit 36b2052fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ def serve(
from open_webui.env import UVICORN_WORKERS # Import the workers setting
uvicorn.run(
open_webui.main.app,
"open_webui.main:app",
host=host,
port=port,
forwarded_allow_ips="*",