mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
approval end-point added
This commit is contained in:
@@ -228,4 +228,8 @@ export class AgendaDataRepositoryService {
|
||||
async geCalendars() {
|
||||
return await this.agendaLocalDataSourceService.geCalendars()
|
||||
}
|
||||
|
||||
approveEvent(eventId) {
|
||||
return this.agendaDataService.approveEvent(eventId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user