Skip to content

Commit fdcc28f

Browse files
committed
Include docs in schema
1 parent d49d2cc commit fdcc28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http_app/routes/docs_ws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def asyncapi_raw() -> pa.v3.AsyncAPI:
3434

3535

3636
# https://github.com/asyncapi/asyncapi-react/blob/v2.5.0/docs/usage/standalone-bundle.md
37-
@router.get("", include_in_schema=False)
37+
@router.get("")
3838
async def get_asyncapi_html(
3939
app_config: Annotated[AppConfig, Depends(get_app_config)],
4040
sidebar: bool = True,

0 commit comments

Comments
 (0)