pre-commit-ci-lite[bot]
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
fastapi/routing.py
|
|
|
@ -1655,6 +1655,8 @@ def _iter_routes_with_context( |
|
|
|
yield route_context.original_route, route_context |
|
|
|
else: |
|
|
|
yield route, None |
|
|
|
|
|
|
|
|
|
|
|
class APIRouter(routing.Router): |
|
|
|
""" |
|
|
|
`APIRouter` class, used to group *path operations*, for example to structure |
|
|
|
|