diff --git a/unos-fe/src/app/watchdog/services/fetch-metrics.service.ts b/unos-fe/src/app/watchdog/services/fetch-metrics.service.ts index 9760cbf..22126ec 100644 --- a/unos-fe/src/app/watchdog/services/fetch-metrics.service.ts +++ b/unos-fe/src/app/watchdog/services/fetch-metrics.service.ts @@ -46,6 +46,6 @@ export class FetchMetricsService { } getCount(): Observable { - return this.http.get("/api/v1/metrics") + return this.http.get(this.baseUrl+"/api/v1/metrics") } }