approval end-point added

This commit is contained in:
Eudes Inácio
2024-06-17 11:05:28 +01:00
parent 54cdf512c0
commit 45e659acd1
4 changed files with 7 additions and 3 deletions
@@ -100,7 +100,7 @@ export class ApproveEventPage implements OnInit {
const loader = this.toastService.loading()
try {
this.agendaDataRepository.eventToaprovalStatus(serialNumber, 'Approved').subscribe((value) => {
this.agendaDataRepository.approveEvent(serialNumber).subscribe((value) => {
console.log(value)
this.modalController.dismiss(serialNumber);
this.httpErroHandle.httpsSucessMessagge('Aprovar')