We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9fefe commit 572165bCopy full SHA for 572165b
src/backend/base/langflow/main.py
@@ -53,6 +53,7 @@
53
MAX_PORT = 65535
54
55
56
+
57
class RequestCancelledMiddleware(BaseHTTPMiddleware):
58
def __init__(self, app) -> None:
59
super().__init__(app)
0 commit comments