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:
José Salazar
2025-11-28 09:17:30 -05:00
committed by GitHub

View File

@@ -273,7 +273,12 @@ const dataconnectEntityConfig = {
}, },
Enterprise:{ Enterprise:{
list: 'listEnterprise',
get: 'getEnterpriseById',
create: 'createEnterprise',
update: 'updateEnterprise',
delete: 'deleteEnterprise',
filter: 'filterEnterprise',
}, },
Sector:{ Sector:{