add security general report
This commit is contained in:
@@ -37,7 +37,7 @@ export class ReportesController {
|
||||
return this.participacionService.getTotalAlumnos();
|
||||
}
|
||||
|
||||
//@UseGuards(AuthGuard)
|
||||
@UseGuards(AuthGuard)
|
||||
@Get('reporteGeneral')
|
||||
async getReporteGeneral(): Promise<any> {
|
||||
return this.participacionService.getReporteGeneral();
|
||||
|
||||
Reference in New Issue
Block a user