From dd8230d647f081d558862c124a582cdef113f792 Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Fri, 19 Apr 2024 14:52:12 +1000 Subject: [PATCH] =?UTF-8?q?feat(api):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=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 25bc4a0c..be41b2bd 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" + "AllowedHosts": "http://localhost:4200; http://10.99.253.221:8083, http://dvgd-web-09:8094" }, "StorageSettings": { "StoragePath": "Data",