Modificaciones en algunos endpoint y correcion de erroes

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