This commit is contained in:
2025-11-27 17:32:14 -06:00
parent 671f989976
commit f62a868b97
6 changed files with 25 additions and 5 deletions
+2
View File
@@ -174,6 +174,8 @@ export class ServicioController {
@Body('data') dataJson: string,
) {
const data = JSON.parse(dataJson);
return this.servicioService.update(data, files);
}
}