Skip to content

Commit

Permalink
πŸ”€ Merge pull request #1595 from CrazyWolf13/master
Browse files Browse the repository at this point in the history
⚑ Update Glances to API V4
  • Loading branch information
Lissy93 authored May 21, 2024
2 parents d450969 + 1acc60f commit aa6ed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/GlancesMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
},
/* Optionally specify the API version, defaults to V 3 */
apiVersion() {
return this.options.apiVersion || 3;
return this.options.apiVersion || 4;
},
/* Optionally specify basic auth credentials for Glances instance */
credentials() {
Expand Down

0 comments on commit aa6ed69

Please sign in to comment.