adding staff functions to list and create

This commit is contained in:
José Salazar
2025-11-21 16:43:22 -05:00
parent e24dd3cac2
commit 05fbe5dd26

View File

@@ -149,6 +149,8 @@ const dataconnectEntityConfig = {
},
Staff: {
list: 'listStaff',
create: 'createStaff',
},