created new repo for get contact list
This commit is contained in:
parent
1e57e6fc03
commit
3670409977
5
src/repositories/DirectoryRepository.jsx
Normal file
5
src/repositories/DirectoryRepository.jsx
Normal file
@ -0,0 +1,5 @@
|
||||
import {api} from "../utils/axiosClient";
|
||||
|
||||
export const DirectoryRepository = {
|
||||
GetContacts: () => api.get('/api/directory'),
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user