This commit is contained in:
Kirill Litvinov
2023-07-31 23:02:42 +03:00
parent 46d589ea7e
commit 16d2039b94

View File

@@ -216,7 +216,7 @@ class BlockchainService {
);
getPricesWithQuoteAsset = () => fetchWithValidation(
`http://localhost:57303/prices.json`,
`${this.apiUrl}/api/prices`,
pricesWithQuoteAssetSchema,
{ headers: this.basicAuthHeaders }
);