Merge pull request #131 from Oloodi/130-web-connect-certification-api-harness-to-dev-backend-poc

adding certification crud to front
This commit is contained in:
José Salazar
2025-11-27 12:32:52 -05:00
committed by GitHub

View File

@@ -201,7 +201,12 @@ const dataconnectEntityConfig = {
},
Certification:{
list: 'listCertification',
get: 'getCertificationById',
create: 'createCertification',
update: 'updateCertification',
delete: 'deleteCertification',
filter: 'filterCertification',
},
Team:{