Skip to content

Commit

Permalink
Overwrite dependant.call
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Dec 28, 2023
1 parent 12d495a commit 7934277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireup/integration/fastapi_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def wireup_init_fastapi_integration(
and route.dependant.call
and is_view_using_container(dependency_container, route.dependant.call)
):
route.dependant.call = dependency_container.autowire(route.endpoint)
route.dependant.call = dependency_container.autowire(route.dependant.call)

0 comments on commit 7934277

Please sign in to comment.