se agrego drive correctamente

This commit is contained in:
evenegas
2026-01-07 13:41:11 -06:00
parent 2ed657caf2
commit 0cb91d8b9e
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);
}