new Team crud from the front

This commit is contained in:
José Salazar
2025-11-27 14:08:55 -05:00
parent 9055261cb9
commit ba6aeb3c61

View File

@@ -210,7 +210,12 @@ const dataconnectEntityConfig = {
},
Team:{
list: 'listTeam',
get: 'getTeamById',
create: 'createTeam',
update: 'updateTeam',
delete: 'deleteTeam',
filter: 'filterTeam',
},
Conversation:{