diff --git a/app/main.py b/app/main.py index 3dc6ac5..e8536b6 100644 --- a/app/main.py +++ b/app/main.py @@ -20,7 +20,7 @@ app = FastAPI( title="Beefast 蜂快到家", description="API 文档", version="1.0.0", - docs_url="/api/docs" if not settings.DEBUG else None + docs_url="/api/docs" if settings.DEBUG else None ) app.default_response_class = CustomJSONResponse