Merge pull request #147 from Oloodi/146-web-connect-enterprise-api-harness-to-dev-backend-poc
new Enterprise crud for front
This commit is contained in:
@@ -273,7 +273,12 @@ const dataconnectEntityConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
Enterprise:{
|
Enterprise:{
|
||||||
|
list: 'listEnterprise',
|
||||||
|
get: 'getEnterpriseById',
|
||||||
|
create: 'createEnterprise',
|
||||||
|
update: 'updateEnterprise',
|
||||||
|
delete: 'deleteEnterprise',
|
||||||
|
filter: 'filterEnterprise',
|
||||||
},
|
},
|
||||||
|
|
||||||
Sector:{
|
Sector:{
|
||||||
|
|||||||
Reference in New Issue
Block a user