fix(getUsd): Updating endpoint

This commit is contained in:
Chris Troutner
2025-11-26 13:59:38 -08:00
parent c02080d12a
commit 4d94ad13ff
+1 -1
View File
@@ -40,7 +40,7 @@ class Price {
async getUsd () { async getUsd () {
try { try {
const response = await this.axios.get( const response = await this.axios.get(
`${this.restURL}price/usd`, `${this.restURL}price/bchusd`,
this.axiosOptions this.axiosOptions
) )
// console.log(`response.data: ${JSON.stringify(response.data, null, 2)}`) // console.log(`response.data: ${JSON.stringify(response.data, null, 2)}`)