From 00c31ceee3c2d0a34d55391e55e8bdbac1b23f63 Mon Sep 17 00:00:00 2001 From: michele Date: Fri, 3 Oct 2025 10:26:07 +0200 Subject: [PATCH] commit --- ApiPolo/Controllers/PoloController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)