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