Se modificaron cosas
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user