Skip to content

Commit 2f8857f

Browse files
committed
Enable offline docs by default
1 parent 5e04df2 commit 2f8857f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microbootstrap/instruments/swagger_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SwaggerConfig(BaseInstrumentConfig):
1414
service_static_path: str = "/static"
1515

1616
swagger_path: str = "/docs"
17-
swagger_offline_docs: bool = False
17+
swagger_offline_docs: bool = True
1818
swagger_extra_params: dict[str, typing.Any] = pydantic.Field(default_factory=dict)
1919

2020

0 commit comments

Comments
 (0)