update gestione BOM x BTL, update vari x conf settings channels
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user