From f1cb1d7ac189cd93ce438146a2159efc20bb340d Mon Sep 17 00:00:00 2001 From: Emil Abraham Date: Sat, 6 Apr 2019 18:10:20 -0400 Subject: [PATCH] switched to development endpoint for data metrics --- src/app/statistics/statistics.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/statistics/statistics.component.ts b/src/app/statistics/statistics.component.ts index 1905a00..f0aae11 100644 --- a/src/app/statistics/statistics.component.ts +++ b/src/app/statistics/statistics.component.ts @@ -107,7 +107,7 @@ export class StatisticsComponent implements OnInit { try { - this.data.getRecentMetrics(jsonToken).subscribe((data) => { + this.data.getDevMetrics(jsonToken).subscribe((data) => { //console.log(data.outputs[1].dps[0][1]); this.metric = data; console.log(this.metric.outputs[0].dps.length == 0);