pramod_Task-#251: A "Notes" section appears in the contact view modal, allowing users to add a note for the selected contact. #124
@ -11,5 +11,6 @@ export const DirectoryRepository = {
|
||||
|
||||
CreateNote: ( data ) => api.post( '/api/directory/note', data ),
|
||||
GetNote: ( id ) => api.get( `/api/directory/note/${ id }` ),
|
||||
UpdateNote:(id,data)=>api.put(`/api/directory/note/${id }`,data )
|
||||
UpdateNote: ( id, data ) => api.put( `/api/directory/note/${ id }`, data ),
|
||||
DeleteNote:(id)=> api.delete(`/api/directory/note/${ id }`)
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user