From ea7cf43cf9b5a73d5b8dc3ddd8afb6fe55460297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D1=84=D1=8C=D1=8F=20=D0=AF=D0=BA=D0=BE=D0=B1?= =?UTF-8?q?=D1=87=D1=83=D0=BA?= Date: Thu, 2 May 2024 22:38:10 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=B2=D0=BB=D0=B5=D0=BA=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=B2=D0=B8=D1=82=D0=B0=D0=BC=D0=B8=D0=BD=20C?= =?UTF-8?q?=20=D0=B8=D0=B7=20(=3D^=EF=BD=A5=EF=BD=AA=EF=BD=A5^=3D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LawCompany/LawCompanyGuarantorApp/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LawCompany/LawCompanyGuarantorApp/appsettings.json b/LawCompany/LawCompanyGuarantorApp/appsettings.json index 10f68b8..076356c 100644 --- a/LawCompany/LawCompanyGuarantorApp/appsettings.json +++ b/LawCompany/LawCompanyGuarantorApp/appsettings.json @@ -5,5 +5,6 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "IPAddress": "http://localhost:5035/" }