- updated page of adding ammendment;
- updated communication form;
This commit is contained in:
@@ -9,6 +9,6 @@ export default class CommunicationService {
|
||||
};
|
||||
|
||||
static createCommunication = (id, body, callback, errCallback, queryParams) => {
|
||||
NetworkService.post(`${API_BASE_URL}/communication/${id}`, body, callback, errCallback, queryParams);
|
||||
NetworkService.postMultiPart(`${API_BASE_URL}/communication/${id}`, body, callback, errCallback, queryParams);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user