diff --git a/src/leapfrogai_api/main.py b/src/leapfrogai_api/main.py index 83f28a035..f6d692c90 100644 --- a/src/leapfrogai_api/main.py +++ b/src/leapfrogai_api/main.py @@ -66,7 +66,7 @@ async def lifespan(app: FastAPI): @app.get("/") async def root(): """Intercepts the root path and redirects to the API documentation.""" - return RedirectResponse(url="/redoc") + return RedirectResponse(url="/docs") Instrumentator(