added new method for DirectoryRepository- GetContactProfile
This commit is contained in:
parent
39ea50115f
commit
ea2a587fad
@ -5,5 +5,7 @@ export const DirectoryRepository = {
|
||||
CreateContact: ( data ) => api.post( '/api/directory', data ),
|
||||
UpdateContact:(id,data)=>api.put(`/api/directory/${id}`,data),
|
||||
|
||||
GetBucktes:()=>api.get(`/api/Directory/buckets`)
|
||||
GetBucktes: () => api.get( `/api/Directory/buckets` ),
|
||||
|
||||
GetContactProfile:(id)=>api.get(`/api/Directory/profile/${id}`)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user