unos-fe: fix url #17

Merged
usbharu merged 1 commits from unos-fe into master 2024-03-14 07:53:26 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ export class FetchMetricsService {
} }
getCount(): Observable<StatusIntMap> { getCount(): Observable<StatusIntMap> {
return this.http.get<StatusIntMap>("/api/v1/metrics") return this.http.get<StatusIntMap>(this.baseUrl+"/api/v1/metrics")
} }
} }