diff --git a/clients/python/moonstream/client.py b/clients/python/moonstream/client.py index 036afa5e..238f126b 100644 --- a/clients/python/moonstream/client.py +++ b/clients/python/moonstream/client.py @@ -128,7 +128,7 @@ class Moonstream: } response = self._call( method=Method.POST, - url=f"{self.api.endpoints[ENDPOINT_QUERIES]}", + url=f"{self.api.endpoints[ENDPOINT_QUERIES]}/", headers=headers, json=json, timeout=timeout,