Skip to content

Commit 637f77a

Browse files
R0MANDEVcruzccl
authored andcommitted
portal/brand: optimized companies collection endpoint performance
1 parent eb8c6dd commit 637f77a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/portal/brand/src/entities/CompanyBalances/CompanyBalances.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Actions from './Action';
66

77
const CompanyBalances = {
88
...Company,
9+
path: '/companies/balances',
910
acl: {
1011
read: true,
1112
create: false,

web/portal/brand/src/entities/CompanyCurrentDayUsage/CompanyCurrentDayUsage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const ListDecorator: ListDecoratorType = (props) => {
5454

5555
const CompanyCurrentDayUsage = {
5656
...Company,
57+
path: '/companies/dailyUsage',
5758
acl: {
5859
read: true,
5960
write: false,

0 commit comments

Comments
 (0)