From 3670409977a85600f5da82e6978ac438c11d2136 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 15 May 2025 12:18:05 +0530 Subject: [PATCH] created new repo for get contact list --- src/repositories/DirectoryRepository.jsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/repositories/DirectoryRepository.jsx 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