This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:36 +08:00
parent 2846a18ab3
commit ebf704701b

View file

@ -256,7 +256,7 @@ def create_app(args):
)
swagger_description = (
base_description
+ (" (With authentication)" if api_key else "")
+ (" (API-Key Enabled)" if api_key else "")
+ "\n\n[View ReDoc documentation](/redoc)"
)
app_kwargs = {