Skip to content

Commit e416217

Browse files
committed
Fix issue into URL
1 parent 639c285 commit e416217

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/providers/coinmarketcap/coinmarketcap.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { CryptoWalletResponse } from '../../responses/cryptowalletresponse';
1010
@Injectable()
1111
export class CoinMarketCapProvider {
1212

13-
private readonly getCurrentPricePath: string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/RESOURCE_URL";
14-
private readonly allPricesPath: string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/RESOURCE_URL";
15-
private readonly allPricesBetweenPath: string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/RESOURCE_URL/START_DATE/END_DATE";
13+
private readonly getCurrentPricePath: string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/ticker/RESOURCE_URL";
14+
private readonly allPricesPath: string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/graphs/RESOURCE_URL";
15+
private readonly allPricesBetweenPath: string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/graphs/RESOURCE_URL/START_DATE/END_DATE";
1616

1717
constructor(private http: HttpClient) {}
1818

0 commit comments

Comments
 (0)