cherry-pick 012aaada
This commit is contained in:
parent
2846a18ab3
commit
ebf704701b
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ def create_app(args):
|
||||||
)
|
)
|
||||||
swagger_description = (
|
swagger_description = (
|
||||||
base_description
|
base_description
|
||||||
+ (" (With authentication)" if api_key else "")
|
+ (" (API-Key Enabled)" if api_key else "")
|
||||||
+ "\n\n[View ReDoc documentation](/redoc)"
|
+ "\n\n[View ReDoc documentation](/redoc)"
|
||||||
)
|
)
|
||||||
app_kwargs = {
|
app_kwargs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue