From 157f64a401ac8363f3c0f56561a53cc00af494f4 Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Fri, 19 Apr 2024 15:02:41 +1000 Subject: [PATCH] =?UTF-8?q?fix(api):=20cors=20=D0=BD=D0=B0=20dvgd-web-09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.API/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARR.API/appsettings.json b/PARR.API/appsettings.json index be41b2bd..9b692ddf 100644 --- a/PARR.API/appsettings.json +++ b/PARR.API/appsettings.json @@ -29,7 +29,7 @@ }, "AllowedHosts": "*", "CorsSettings": { - "AllowedHosts": "http://localhost:4200; http://10.99.253.221:8083, http://dvgd-web-09:8094" + "AllowedHosts": "http://localhost:4200; http://10.99.253.221:8083, http://dvgd-web-09.dvgd.oao.rzd:8094" }, "StorageSettings": { "StoragePath": "Data",