adding certification crud to front
This commit is contained in:
@@ -201,7 +201,12 @@ const dataconnectEntityConfig = {
|
||||
},
|
||||
|
||||
Certification:{
|
||||
|
||||
list: 'listCertification',
|
||||
get: 'getCertificationById',
|
||||
create: 'createCertification',
|
||||
update: 'updateCertification',
|
||||
delete: 'deleteCertification',
|
||||
filter: 'filterCertification',
|
||||
},
|
||||
|
||||
Team:{
|
||||
|
||||
Reference in New Issue
Block a user