diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index d3456c2..696fbf3 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -132,7 +132,7 @@ export class ReportController extends Controller { }); } - @Post("kpi9/{id}") + @Get("kpi9/{id}") async GetReportKpi9(@Path() id?: string) { const kpiUserEvaluation = await this.kpiUserEvaluationRepository.findOne({ relations: ["kpiPeriod"],