updated method for update contact category
This commit is contained in:
parent
691fd9208f
commit
ebab03dc9f
@ -61,7 +61,7 @@ export const MasterRespository = {
|
||||
createContactCategory: (data) =>
|
||||
api.post(`/api/master/contact-category`, data),
|
||||
updateContactCategory: (id, data) =>
|
||||
api.put(`/api/master/contact-category/edit/${id}`, data),
|
||||
api.post(`/api/master/contact-category/edit/${id}`, data),
|
||||
|
||||
getContactTag: () => api.get(`/api/master/contact-tags`),
|
||||
createContactTag: (data) => api.post(`/api/master/contact-tag`, data),
|
||||
|
Loading…
x
Reference in New Issue
Block a user