primo ok preview BEAM!!!

This commit is contained in:
Samuele Locatelli
2025-11-04 17:57:29 +01:00
parent 2e4500f934
commit fe545f0fa1
@@ -150,7 +150,7 @@ namespace EgwCoreLib.Lux.Data.Services
}
string rndImg = $"{DateTime.Now:HHmmssfff}";
string fullUrl = $"{baseUrl}/{tag}/{imgUID}-{rndImg}.{fType}?envir={envir}".Replace("////", "//");
string fullUrl = $"{baseUrl}/{tag}/{imgUID}-{rndImg}.{fType}?env={envir}".Replace("////", "//");
return fullUrl;
}