From 9e1bd782ab8aa5ef042cbf844db6fd4dcc67bddf Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 28 Feb 2025 14:00:16 +0800 Subject: [PATCH] update --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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