- ho migliorato la grafica della generazione del PDF e PDF Stampa.
This commit is contained in:
@@ -770,7 +770,8 @@ connectToDatabase(connectionUrl, options)
|
|||||||
|
|
||||||
function buildAllowedOrigins(domains, domainsAllowed, isProduction) {
|
function buildAllowedOrigins(domains, domainsAllowed, isProduction) {
|
||||||
if (!isProduction) {
|
if (!isProduction) {
|
||||||
return ['https://localhost:3000', 'https://localhost:8089', 'https://localhost:8084', 'https://localhost:8088'];
|
return ['https://localhost:3000', 'https://localhost:8089', 'https://localhost:8084',
|
||||||
|
'https://localhost:8088', 'https://localhost:8099'];
|
||||||
}
|
}
|
||||||
|
|
||||||
const baseOrigins = domains.flatMap((domain) => [
|
const baseOrigins = domains.flatMap((domain) => [
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.2.44
|
1.2.46
|
||||||
Reference in New Issue
Block a user