Jamie Phan
8 months 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
|
|
@ -1056,7 +1056,7 @@ class FastAPI(Starlette): |
|
|
|
def add_api_route( |
|
|
|
self, |
|
|
|
path: str, |
|
|
|
endpoint: Callable[..., Coroutine[Any, Any, Response]], |
|
|
|
endpoint: Callable[..., Any], |
|
|
|
*, |
|
|
|
response_model: Any = Default(None), |
|
|
|
status_code: Optional[int] = None, |
|
|
|