diff --git a/start.bat b/start.bat index abe3c34..1f51785 100644 --- a/start.bat +++ b/start.bat @@ -6,4 +6,4 @@ set TNS_ADMIN=C:\roa\instantclient_11_2_0_2 set PATH=C:\app\Server\product\18.0.0\dbhomeXE\bin;%PATH% cd api -"%~dp0venv\Scripts\python.exe" -m uvicorn app.main:app --host 0.0.0.0 --port 5003 +"%~dp0venv\Scripts\python.exe" -m uvicorn app.main:app --host 0.0.0.0 --port 5003 --root-path /gomag