Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -80,7 +80,7 @@ class ProductSearcher:
|
|
80 |
|
81 |
|
82 |
class EndpointHandler:
|
83 |
-
def __init__(self):
|
84 |
pass
|
85 |
|
86 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
|
|
80 |
|
81 |
|
82 |
class EndpointHandler:
|
83 |
+
def __init__(self,path=""):
|
84 |
pass
|
85 |
|
86 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|