operador listo, solo falta reporte
This commit is contained in:
@@ -21,6 +21,6 @@ export class ProgramaController {
|
||||
|
||||
@Get('programa')
|
||||
programa(@Query() query: ProgramaDto) {
|
||||
return this.programaService.findById(Number(query.id_programa))
|
||||
return this.programaService.findById(parseInt(query.id_programa))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user