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
@@ -228,4 +228,8 @@ export class AgendaDataRepositoryService {
async geCalendars() {
return await this.agendaLocalDataSourceService.geCalendars()
}
approveEvent(eventId) {
return this.agendaDataService.approveEvent(eventId);
}
}