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 d49d2cc commit fdcc28fCopy full SHA for fdcc28f
src/http_app/routes/docs_ws.py
@@ -34,7 +34,7 @@ def asyncapi_raw() -> pa.v3.AsyncAPI:
34
35
36
# https://github.com/asyncapi/asyncapi-react/blob/v2.5.0/docs/usage/standalone-bundle.md
37
-@router.get("", include_in_schema=False)
+@router.get("")
38
async def get_asyncapi_html(
39
app_config: Annotated[AppConfig, Depends(get_app_config)],
40
sidebar: bool = True,
0 commit comments