Dmytro Petruk
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
fastapi/applications.py
|
|
@ -80,7 +80,7 @@ class FastAPI(Starlette): |
|
|
|
'"openapi_prefix" has been deprecated in favor of "root_path", which ' |
|
|
|
"follows more closely the ASGI standard, is simpler, and more " |
|
|
|
"automatic. Check the docs at " |
|
|
|
"https://fastapi.tiangolo.com/advanced/sub-applications-proxy/" |
|
|
|
"https://fastapi.tiangolo.com/advanced/sub-applications/" |
|
|
|
) |
|
|
|
self.root_path = root_path or openapi_prefix |
|
|
|
self.docs_url = docs_url |
|
|
|