unos-fe: fix url
/ build-tool (pull_request) Has been skipped Details
/ build-angular (pull_request) Successful in 48s Details
/ build-watchdog-be (pull_request) Has been skipped Details
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-14 16:46:07 +09:00
parent c0dfb92fcb
commit c53121ca08
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
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")
} }
} }