Modificaciones en algunos endpoint y correcion de erroes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user