We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a2135 commit dadd665Copy full SHA for dadd665
fastapi/openapi/docs.py
@@ -9,8 +9,8 @@ def get_swagger_ui_html(
9
*,
10
openapi_url: str,
11
title: str,
12
- swagger_js_url: str = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@3/swagger-ui-bundle.js",
13
- swagger_css_url: str = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@3/swagger-ui.css",
+ swagger_js_url: str = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@3.30.0/swagger-ui-bundle.js",
+ swagger_css_url: str = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@3.30.0/swagger-ui.css",
14
swagger_favicon_url: str = "https://fastapi.tiangolo.com/img/favicon.png",
15
oauth2_redirect_url: Optional[str] = None,
16
init_oauth: Optional[dict] = None,
0 commit comments