mirror of https://github.com/tiangolo/fastapi.git
Fix typo (`/redocs` instead of `/redoc`)
This commit is contained in:
parent
1e9741df66
commit
1c816ab5e0
|
|
@ -448,7 +448,7 @@ class FastAPI(Starlette):
|
|||
Optional[Dict[str, Any]],
|
||||
Doc(
|
||||
"""
|
||||
Parameters to configure ReDoc documentation (by default at `/redocs`).
|
||||
Parameters to configure ReDoc documentation (by default at `/redoc`).
|
||||
Use kebab-case for [parameters](https://redocly.com/docs/redoc/config).
|
||||
"""
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue