fix scripts to point to correct path

This commit is contained in:
Pascal Lim
2024-09-04 20:27:30 +02:00
parent b1957e5cfe
commit 998616c0fd
2 changed files with 4 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ IF "%WEBUI_SECRET_KEY%%WEBUI_JWT_SECRET_KEY%" == " " (
:: Execute uvicorn
SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%"
uvicorn main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*'
uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*'