created new repo for get contact list

This commit is contained in:
Pramod Mahajan 2025-05-15 12:18:05 +05:30
parent 655db6ac74
commit a1e75bf7dd

View File

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