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