pridana API metoda getallgrouped,
implementovane nacitanie dat do Dashboard z backend
This commit is contained in:
@ -73,4 +73,8 @@ export const backend = {
|
||||
return this.callPromise('getall', {});
|
||||
},
|
||||
|
||||
getAllGrouped(status) {
|
||||
return this.callPromise('getallgrouped', {});
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user