Bar Harel
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
|
|
@ -51,7 +51,7 @@ class FastAPI(Starlette): |
|
|
|
openapi_prefix: str = "", |
|
|
|
root_path: str = "", |
|
|
|
root_path_in_servers: bool = True, |
|
|
|
**extra: Dict[str, Any], |
|
|
|
**extra: Any, |
|
|
|
) -> None: |
|
|
|
self.default_response_class = default_response_class |
|
|
|
self._debug = debug |
|
|
|