Browse Source

🐛 Fix link in warning logs (#1611)

Co-authored-by: Dmytro Petruk <[email protected]>
pull/1669/head
Dmytro Petruk 5 years ago
committed by GitHub
parent
commit
39766d0f96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      fastapi/applications.py

2
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

Loading…
Cancel
Save