usage -> traffic

This commit is contained in:
Peter Lewis
2024-02-25 22:02:53 +00:00
parent 117d713ee1
commit ebc5173bd0
7 changed files with 17 additions and 17 deletions

View File

@@ -43,10 +43,10 @@ class API {
});
}
async getuiUsageStats() {
async getuiTrafficStats() {
return this.call({
method: 'get',
path: '/ui-usage-stats',
path: '/ui-traffic-stats',
});
}