Merge branch 'develop' of https://repositorio.acatlan.unam.mx/CIDWA/Iris_back into develop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user