fix(api): cors на dvgd-web-09

This commit is contained in:
Mikhail Trubnikov
2024-04-19 15:16:56 +10:00
parent 157f64a401
commit d7e0641d39

View File

@@ -29,7 +29,7 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"CorsSettings": { "CorsSettings": {
"AllowedHosts": "http://localhost:4200; http://10.99.253.221:8083, http://dvgd-web-09.dvgd.oao.rzd:8094" "AllowedHosts": "http://localhost:4200; http://10.99.253.221:8083; http://dvgd-web-09.dvgd.oao.rzd:8094"
}, },
"StorageSettings": { "StorageSettings": {
"StoragePath": "Data", "StoragePath": "Data",