Browse Source
Fix typo (`/redocs` instead of `/redoc`)
pull/12955/head
Motov Yurii
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/applications.py
|
|
@ -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). |
|
|
|
""" |
|
|
|
), |
|
|
|