We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e0155 commit a5ad361Copy full SHA for a5ad361
ninja_extra/controllers/base.py
@@ -371,7 +371,7 @@ def add_operation_from_route_function(self, route_function: RouteFunction) -> No
371
f"endpoint={get_function_name(route_function.route.view_func)}"
372
)
373
374
- self.add_api_operation(
+ route_function.operation = self.add_api_operation( # type: ignore
375
view_func=route_function.as_view, **route_function.route.route_params.dict()
376
377
0 commit comments