From c76330710f45a04d58b97e3efc567ef6e74c1ed8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 29 May 2024 23:29:45 -0700 Subject: [PATCH] refac: pipeline filters --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 9f358b90c..befa7828a 100644 --- a/backend/main.py +++ b/backend/main.py @@ -280,7 +280,7 @@ class PipelineMiddleware(BaseHTTPMiddleware): if key != "": headers = {"Authorization": f"Bearer {key}"} r = requests.post( - f"{url}/{filter['id']}/filter", + f"{url}/{filter['id']}/filter/inlet", headers=headers, json={ "user": user,