Chang-Yen Tseng
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/services/data.service.ts
|
@ -357,7 +357,7 @@ export class DataService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return this.http.get<BenchmarkMarketDataDetails>( |
|
|
return this.http.get<BenchmarkMarketDataDetails>( |
|
|
`/api/v1/benchmarks/${dataSource}/${symbol}/${date.toISOString().split('T')[0]}`, |
|
|
`/api/v1/benchmarks/${dataSource}/${symbol}/${startDate.toISOString().split('T')[0]}`, |
|
|
{ params } |
|
|
{ params } |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|