fix api path
This commit is contained in:
parent
1e5cd0b3c8
commit
3461ffe9b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue