update
This commit is contained in:
parent
6703869bfb
commit
9e1bd782ab
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user