Browse Source

refac: pipeline filters

Timothy J. Baek 11 months ago
parent
commit
c76330710f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/main.py

+ 1 - 1
backend/main.py

@@ -280,7 +280,7 @@ class PipelineMiddleware(BaseHTTPMiddleware):
                     if key != "":
                     if key != "":
                         headers = {"Authorization": f"Bearer {key}"}
                         headers = {"Authorization": f"Bearer {key}"}
                         r = requests.post(
                         r = requests.post(
-                            f"{url}/{filter['id']}/filter",
+                            f"{url}/{filter['id']}/filter/inlet",
                             headers=headers,
                             headers=headers,
                             json={
                             json={
                                 "user": user,
                                 "user": user,