From 30b88ac8552a245983467000e6d3d29437a4dd13 Mon Sep 17 00:00:00 2001 From: tellsense Date: Fri, 3 May 2024 19:53:24 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarClientApp/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SushiBar/SushiBarClientApp/appsettings.json b/SushiBar/SushiBarClientApp/appsettings.json index 80b3aa9..7a9332f 100644 --- a/SushiBar/SushiBarClientApp/appsettings.json +++ b/SushiBar/SushiBarClientApp/appsettings.json @@ -6,6 +6,6 @@ } }, "AllowedHosts": "*", - "IPAddress": "http://localhost:5159/" + "IPAddress": "https://localhost:7119;http://localhost:5279" }