From 3461ffe9b1c795c717ed4e6342e3fd97a00eb8f1 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 13 Mar 2024 21:04:27 +1300 Subject: [PATCH] fix api path --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 526a329..ea25993 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -247,7 +247,7 @@ }, methods: { loadHardwareModelStats: function() { - window.axios.get('/api/v1/stats/hardware').then((response) => { + window.axios.get('/api/v1/stats/hardware-models').then((response) => { this.hardwareModelStats = response.data.hardware_model_stats; }).catch((error) => { // do nothing