clfegg commited on
Commit
aedf570
·
verified ·
1 Parent(s): 583b0dc

Update handler.py

Browse files
Files changed (1) hide show
  1. 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]]: