diff --git a/Views/Chiamate/Index.cshtml b/Views/Chiamate/Index.cshtml index 07e73e2..91135ec 100644 --- a/Views/Chiamate/Index.cshtml +++ b/Views/Chiamate/Index.cshtml @@ -76,14 +76,15 @@ @{ - string link = string.Empty; + // string link = string.Empty; if (!string.IsNullOrEmpty(item.ser_buono_chiu)) { - link = "http://testapi.poloinformatico.it:9001/VIRTU/"; - link = link + item.ser_buono_chiu + ".jpg"; -