From f77bb4b5cecef1363940b12b9f823b1e91d95a56 Mon Sep 17 00:00:00 2001 From: TheManus88 Date: Tue, 8 Oct 2024 13:03:06 -0600 Subject: [PATCH] add security general report --- src/reportes/reportes.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();