🐛 Fix regression, Swagger UI with deep linking (#350)

This commit is contained in:
Sebastián Ramírez 2019-06-28 20:56:48 +02:00 committed by GitHub
parent afbdf2546f
commit 508f9ce954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,8 @@ def get_swagger_ui_html(
SwaggerUIBundle.presets.apis, SwaggerUIBundle.presets.apis,
SwaggerUIBundle.SwaggerUIStandalonePreset SwaggerUIBundle.SwaggerUIStandalonePreset
], ],
layout: "BaseLayout" layout: "BaseLayout",
deepLinking: true
}) })
</script> </script>
</body> </body>