From: Sebastián Ramírez Date: Fri, 28 Jun 2019 18:56:48 +0000 (+0200) Subject: :bug: Fix regression, Swagger UI with deep linking (#350) X-Git-Tag: 0.32.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=508f9ce9547972dc4feb997f53ce332716afee88;p=thirdparty%2Ffastapi%2Ffastapi.git :bug: Fix regression, Swagger UI with deep linking (#350) --- diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 0791b7cc41..f6c996b4bf 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 })