Browse Source

✏️ Fix minor typo in `fastapi/applications.py` (#11099)

pull/11100/head
Jacob Hayes 1 year ago
committed by GitHub
parent
commit
0880a5c6a0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/applications.py

2
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:

Loading…
Cancel
Save