Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion connexion/middleware/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def add_api(
middlewares. This can be used to pass arguments to middlewares added beyond the default
ones.

:return: The Api registered on the wrapped application.
"""
if self.middleware_stack is not None:
raise RuntimeError("Cannot add api after an application has started")
Expand Down