We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e04df2 commit 2f8857fCopy full SHA for 2f8857f
microbootstrap/instruments/swagger_instrument.py
@@ -14,7 +14,7 @@ class SwaggerConfig(BaseInstrumentConfig):
14
service_static_path: str = "/static"
15
16
swagger_path: str = "/docs"
17
- swagger_offline_docs: bool = False
+ swagger_offline_docs: bool = True
18
swagger_extra_params: dict[str, typing.Any] = pydantic.Field(default_factory=dict)
19
20
0 commit comments