diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 0791b7cc4..f6c996b4b 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -40,7 +40,8 @@ def get_swagger_ui_html( SwaggerUIBundle.presets.apis, SwaggerUIBundle.SwaggerUIStandalonePreset ], - layout: "BaseLayout" + layout: "BaseLayout", + deepLinking: true })