Fix slash issues

pull/687/head
kompotkot 2022-10-27 15:38:58 +00:00
rodzic 48a1c8fbed
commit c21dff3df8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,