diff --git a/MP.Land/Components/HomeLink.razor b/MP.Land/Components/HomeLink.razor index ff6dcaa4..e7eaef7e 100644 --- a/MP.Land/Components/HomeLink.razor +++ b/MP.Land/Components/HomeLink.razor @@ -118,7 +118,7 @@ else // disegno box non cliccabile e licenza mancante protected string fullUrl(string relUrl) { - return $"{Configuration["BaseUrl"]}{relUrl}"; + return $"{Configuration["ServerConf:BaseUrl"]}{relUrl}"; } protected MarkupString traduci(string lemma) diff --git a/MP.Land/Components/SingleDownload.razor.cs b/MP.Land/Components/SingleDownload.razor.cs index be21c56a..4a2dc4d9 100644 --- a/MP.Land/Components/SingleDownload.razor.cs +++ b/MP.Land/Components/SingleDownload.razor.cs @@ -81,12 +81,12 @@ namespace MP.Land.Components protected string fullUrl(string relUrl) { - return $"{Configuration["BaseUrl"]}{relUrl}"; + return $"{Configuration["ServerConf:BaseUrl"]}{relUrl}"; } protected string localPath(string localRepo) { - return @$"{Configuration["downloadPath"]}\{localRepo}\{Configuration["appVers"]}"; ; + return @$"{Configuration["ServerConf:downloadPath"]}\{localRepo}\{Configuration["appVers"]}"; ; } protected override void OnInitialized() diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index 65a03fad..7f9fc705 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -3,7 +3,7 @@ net6.0 MP.Land - 6.15.2207.0718 + 6.15.2207.1417 diff --git a/MP.Land/Pages/UpdateManager.razor.cs b/MP.Land/Pages/UpdateManager.razor.cs index 38c6feaa..5833a384 100644 --- a/MP.Land/Pages/UpdateManager.razor.cs +++ b/MP.Land/Pages/UpdateManager.razor.cs @@ -121,7 +121,7 @@ namespace MP.Land.Pages protected string localPath(string localRepo) { - return @$"{Configuration["downloadPath"]}\{localRepo}\{Configuration["appVers"]}"; ; + return @$"{Configuration["ServerConf:downloadPath"]}\{localRepo}\{Configuration["appVers"]}"; ; } protected override void OnInitialized() diff --git a/MP.Land/Pages/UserQr.razor.cs b/MP.Land/Pages/UserQr.razor.cs index 8d6fa48a..fc85f926 100644 --- a/MP.Land/Pages/UserQr.razor.cs +++ b/MP.Land/Pages/UserQr.razor.cs @@ -34,7 +34,7 @@ namespace MP.Land.Pages protected string BaseUrlTab { - get => $"{Configuration["BaseUrl"]}{Configuration["QrJumpPath"]}"; + get => $"{Configuration["ServerConf:BaseUrl"]}{Configuration["QrJumpPath"]}"; } [Inject] diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html index 99d9c376..968637e5 100644 --- a/MP.Land/Resources/ChangeLog.html +++ b/MP.Land/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo gestione Programmi MAPO -

Versione: 6.15.2207.0718

+

Versione: 6.15.2207.1417


Note di rilascio: