mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 17:17:56 +03:00
update metrics url
This commit is contained in:
@@ -11,7 +11,7 @@ export class FrontageService {
|
||||
}
|
||||
|
||||
readonly getAggregatedMetrics = () => {
|
||||
const url = new URL(`${this.apiUrl}api/v1/metrics/aggregated`);
|
||||
const url = new URL(`${this.apiUrl}/api/v1/metrics/aggregated`);
|
||||
return fetchWithValidation(
|
||||
url.toString(),
|
||||
aggregatedMetricsSchema,
|
||||
|
||||
Reference in New Issue
Block a user