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