ShiftSync/api/services/postgres/postgresServices.js

8 lines
113 B
JavaScript
Raw Normal View History

2025-06-05 04:43:00 +00:00
export const postgresServices = {
getUsers: async (args) => {
},
getDepartments: async (args) => {
}
};