Se modificaron cosas

This commit is contained in:
Patriots01
2025-11-26 22:01:10 +00:00
parent 083cefe84a
commit aff3a44c09
+1 -1
View File
@@ -56,7 +56,7 @@ export class ServicioController {
}
@Get('servicios_responsable')
//@UseGuards(AuthGuard('jwt'))
@UseGuards(AuthGuard('jwt'))
async obtenerServiciosResponsable(@Query() dto: ServiciosResponsableDto) {
return await this.servicioService.obtenerServiciosResponsable(dto);
}