unos-fe: fix url
This commit is contained in:
parent
c0dfb92fcb
commit
c53121ca08
|
@ -46,6 +46,6 @@ export class FetchMetricsService {
|
|||
}
|
||||
|
||||
getCount(): Observable<StatusIntMap> {
|
||||
return this.http.get<StatusIntMap>("/api/v1/metrics")
|
||||
return this.http.get<StatusIntMap>(this.baseUrl+"/api/v1/metrics")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue