Browse Source

refac: pipeline filters

Timothy J. Baek 11 tháng trước cách đây
mục cha
commit
c76330710f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      backend/main.py

+ 1 - 1
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,