detailed -> usage

This commit is contained in:
Peter Lewis 2024-02-25 21:42:51 +00:00
parent a4da7421c8
commit a40dbe130e
No known key found for this signature in database
7 changed files with 17 additions and 17 deletions

View file

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