summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/js/components/help.vue
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/js/components/help.vue')
-rw-r--r--glances/outputs/static/js/components/help.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/outputs/static/js/components/help.vue b/glances/outputs/static/js/components/help.vue
index 468f1a1c..a08d7667 100644
--- a/glances/outputs/static/js/components/help.vue
+++ b/glances/outputs/static/js/components/help.vue
@@ -266,7 +266,7 @@ export default {
};
},
mounted() {
- fetch('api/3/help', { method: 'GET' })
+ fetch('api/4/help', { method: 'GET' })
.then((response) => response.json())
.then((response) => (this.help = response));
}