diff --git a/app/main.py b/app/main.py index 0731333..89dcdd9 100644 --- a/app/main.py +++ b/app/main.py @@ -36,8 +36,7 @@ app = FastAPI( docs_url="/api/docs", redoc_url="/api/redoc", openapi_url="/api/openapi.json", - lifespan=lifespan, - redirect_slashes=False # Disable automatic slash redirects + lifespan=lifespan ) # Add HTTPS redirect middleware