Jacob Hayes
1 year 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
|
|
@ -297,7 +297,7 @@ class FastAPI(Starlette): |
|
|
|
browser tabs open). Or if you want to leave fixed the possible URLs. |
|
|
|
|
|
|
|
If the servers `list` is not provided, or is an empty `list`, the |
|
|
|
default value would be a a `dict` with a `url` value of `/`. |
|
|
|
default value would be a `dict` with a `url` value of `/`. |
|
|
|
|
|
|
|
Each item in the `list` is a `dict` containing: |
|
|
|
|
|
|
|