Update fix immagini e appsettings
This commit is contained in:
Samuele Locatelli
2025-03-27 16:32:19 +01:00
parent cf53bfcada
commit d9b11f6f3f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ namespace MP_TAB3.Components
}
#endif
string baseUrl = config.GetValue<string>("SpecialConf:AppUrl") ?? (config.GetValue<string>("OptConf:AppUrl") ?? "");
imgBasePath = $"{baseUrl}/macchine/small";
imgBasePath = $"{baseUrl}/macchine";
await loadDetails();
detailLoaded = true;
}
+4 -4
View File
@@ -1,12 +1,12 @@
{
"DetailedErrors": true,
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
},
"ServerConf": {
"BaseAppPath": "/MP/MON/"
}
},
"ServerConf": {
"BaseAppPath": "/MP/MON/"
}
}