TAB3
Update fix immagini e appsettings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"DetailedErrors": true,
|
||||
"DetailedErrors": true,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/"
|
||||
}
|
||||
},
|
||||
"ServerConf": {
|
||||
"BaseAppPath": "/MP/MON/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user