Timothy J. Baek пре 11 месеци
родитељ
комит
c76330710f
1 измењених фајлова са 1 додато и 1 уклоњено
  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,