pamapi/src/main/java/com/pollex/pam/web/rest/AppointmentResource.java
@@ -39,8 +39,7 @@ @PostMapping("/customer/create") public void clientCreateAppointment(@RequestBody AppointmentCreateDTO appointmentCreateDTO) { Appointment appointment = appointmentService.customerCreateAppointment(appointmentCreateDTO); sendMsgService.sendAppointmentNotify(appointment); appointmentService.customerCreateAppointment(appointmentCreateDTO); } @PostMapping("/markAsContacted/{appointmentId}")