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" }