diff --git a/src/repositories/DirectoryRepository.jsx b/src/repositories/DirectoryRepository.jsx new file mode 100644 index 00000000..f1925efc --- /dev/null +++ b/src/repositories/DirectoryRepository.jsx @@ -0,0 +1,5 @@ +import {api} from "../utils/axiosClient"; + +export const DirectoryRepository = { + GetContacts: () => api.get('/api/directory'), +} \ No newline at end of file