diff --git a/src/reportes/reportes.controller.ts b/src/reportes/reportes.controller.ts index a74eb1e..49756e4 100644 --- a/src/reportes/reportes.controller.ts +++ b/src/reportes/reportes.controller.ts @@ -37,7 +37,7 @@ export class ReportesController { return this.participacionService.getTotalAlumnos(); } - //@UseGuards(AuthGuard) + @UseGuards(AuthGuard) @Get('reporteGeneral') async getReporteGeneral(): Promise { return this.participacionService.getReporteGeneral();