Merge pull request 'unos-fe: fix url' (#17) from unos-fe into master
Reviewed-on: #17
This commit is contained in:
commit
2dbd49300d
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue