MCPcopy Index your code
hub / github.com/fastapi/fastapi / redoc_html

Function redoc_html

docs_src/custom_docs_ui/tutorial002_py310.py:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30@app.get("/redoc", include_in_schema=False)
31async def redoc_html():
32 return get_redoc_html(
33 openapi_url=app.openapi_url,
34 title=app.title + " - ReDoc",
35 redoc_js_url="/static/redoc.standalone.js",
36 )
37
38
39@app.get("/users/{username}")

Callers

nothing calls this directly

Calls 1

get_redoc_htmlFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…