From 990799a3af72c21206030c3736e354e8dc016be6 Mon Sep 17 00:00:00 2001 From: malimova Date: Fri, 3 May 2024 19:51:20 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20IPAddress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Confectionery/ConfectioneryClientApp/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Confectionery/ConfectioneryClientApp/appsettings.json b/Confectionery/ConfectioneryClientApp/appsettings.json index 10f68b8..84de055 100644 --- a/Confectionery/ConfectioneryClientApp/appsettings.json +++ b/Confectionery/ConfectioneryClientApp/appsettings.json @@ -5,5 +5,6 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "IPAddress": "http://localhost:5011/" }