Sebastián Ramírez
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
fastapi/openapi/docs.py
|
@ -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> |
|
|