Browse Source

Revert

pull/716/head
Thomas 3 years ago
parent
commit
6dfa77b763
  1. 2
      apps/api/src/services/data-provider/yahoo-finance/yahoo-finance.service.ts

2
apps/api/src/services/data-provider/yahoo-finance/yahoo-finance.service.ts

@ -25,7 +25,7 @@ import {
@Injectable()
export class YahooFinanceService implements DataProviderInterface {
private readonly yahooFinanceHostname = 'https://query2.finance.yahoo.com';
private readonly yahooFinanceHostname = 'https://query1.finance.yahoo.com';
public constructor(
private readonly cryptocurrencyService: CryptocurrencyService

Loading…
Cancel
Save