Merge pull request #145 from Oloodi/144-web-connect-activitylog-api-harness-to-dev-backend-poc
new ActivityLog crud for front
This commit is contained in:
@@ -264,7 +264,12 @@ const dataconnectEntityConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
ActivityLog:{
|
ActivityLog:{
|
||||||
|
list: 'listActivityLog',
|
||||||
|
get: 'getActivityLogById',
|
||||||
|
create: 'createActivityLog',
|
||||||
|
update: 'updateActivityLog',
|
||||||
|
delete: 'deleteActivityLog',
|
||||||
|
filter: 'filterActivityLog',
|
||||||
},
|
},
|
||||||
|
|
||||||
Enterprise:{
|
Enterprise:{
|
||||||
|
|||||||
Reference in New Issue
Block a user