This commit is contained in:
santiago
2026-01-07 13:43:37 -06:00
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -135,6 +135,7 @@ export class ServicioController {
@Body('data') dataJson: string,
) {
const body = JSON.parse(dataJson);
console.log('file:', file)
return this.servicioService.cartaTermino(body.idServicio, file);
}