created new repo for get contact list

This commit is contained in:
Pramod Mahajan 2025-05-15 12:18:05 +05:30
parent 1e57e6fc03
commit 3670409977

View File

@ -0,0 +1,5 @@
import {api} from "../utils/axiosClient";
export const DirectoryRepository = {
GetContacts: () => api.get('/api/directory'),
}