update gestione BOM x BTL, update vari x conf settings channels

This commit is contained in:
Samuele Locatelli
2025-11-05 19:16:20 +01:00
parent 0174514b8e
commit bba55167d0
15 changed files with 106 additions and 32 deletions
+2
View File
@@ -60,6 +60,8 @@ var app = builder.Build();
string baseUrl = configuration.GetValue<string>("ServerConf:BaseUrl") ?? "";
app.UsePathBase(baseUrl);
logger.Info($"BaseUrl: {baseUrl}");
// log channels di ritorno UI
List<string> listParams = new List<string>() { "PngChannel", "SubChannel", "PubChannel", "SvgChannel" };
foreach (var param in listParams)
{