diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 5d10aa59a..9820525e2 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -31,7 +31,8 @@ def get_swagger_ui_html(*, openapi_url: str, title: str) -> HTMLResponse: SwaggerUIBundle.presets.apis, SwaggerUIBundle.SwaggerUIStandalonePreset ], - layout: "BaseLayout" + layout: "BaseLayout", + deepLinking: true })