mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-16 18:03:08 -04:00
🐛 Fix link in warning logs (#1611)
Co-authored-by: Dmytro Petruk <petruk@ebu.ch>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user