add security general report

This commit is contained in:
TheManus88
2024-10-08 13:03:06 -06:00
parent e10a06e1ff
commit f77bb4b5ce
+1 -1
View File
@@ -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();