added API methods for creating and updating directory buckets
This commit is contained in:
parent
b8ba3b835e
commit
fb1edd46db
@ -7,6 +7,8 @@ export const DirectoryRepository = {
|
||||
DeleteContact:(id)=>api.delete(`/api/directory/${id}`),
|
||||
|
||||
GetBucktes: () => api.get( `/api/directory/buckets` ),
|
||||
CreateBuckets: ( data ) => api.post( `/api/Directory/bucket`, data ),
|
||||
UpdateBuckets: (id,data) => api.put( `/api/Directory/bucket/${id}`,data ),
|
||||
|
||||
GetContactProfile: ( id ) => api.get( `/api/directory/profile/${ id }` ),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user