merge master

This commit is contained in:
2026-02-27 19:23:56 -06:00
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class CostoController {
findAll() {
return this.costoService.findAll();
}
@UseGuards(JwtAuthGuard)
@Get('/:id_servicio')
find(@Param('id_servicio') id_servicio: number) {