diff --git a/ApiPolo/Controllers/PoloController.cs b/ApiPolo/Controllers/PoloController.cs index 4960a33..7e47355 100644 --- a/ApiPolo/Controllers/PoloController.cs +++ b/ApiPolo/Controllers/PoloController.cs @@ -14135,7 +14135,8 @@ namespace ApiPolo.Controllers { message = "Logo caricato con successo", url = fileUrl, - fileName = file.FileName + fileName = file.FileName, + savedPath = fullPath // 👈 aggiunto per debug }); } catch (Exception ex)