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.
2 parents d25bb46 + 1d4bb81 commit 2e6ffabCopy full SHA for 2e6ffab
connexion/middleware/main.py
@@ -402,8 +402,6 @@ def add_api(
402
:param kwargs: Additional keyword arguments to pass to the `add_api` method of the managed
403
middlewares. This can be used to pass arguments to middlewares added beyond the default
404
ones.
405
-
406
- :return: The Api registered on the wrapped application.
407
"""
408
if self.middleware_stack is not None:
409
raise RuntimeError("Cannot add api after an application has started")
0 commit comments