Skip to content

Commit

Permalink
Merge pull request #1187 from Azelphur/patch-1
Browse files Browse the repository at this point in the history
Update SWAGGER_UI_DIST settings.rst
  • Loading branch information
tfranzel authored Feb 27, 2024
2 parents 6f09242 + 62837fd commit f9344b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in your project files.
...
},
# available SwaggerUI versions: https://github.com/swagger-api/swagger-ui/releases
"SWAGGER_UI_DIST": "//unpkg.com/swagger-ui-dist@3.35.1", # default
"SWAGGER_UI_DIST": "https://cdn.jsdelivr.net/npm/swagger-ui-dist@latest", # default
"SWAGGER_UI_FAVICON_HREF": settings.STATIC_URL + "your_company_favicon.png", # default is swagger favicon
...
}

0 comments on commit f9344b2

Please sign in to comment.