diff --git a/WebDoorCreator.UI/Properties/launchSettings.json b/WebDoorCreator.UI/Properties/launchSettings.json index 48a61ff..544b3f4 100644 --- a/WebDoorCreator.UI/Properties/launchSettings.json +++ b/WebDoorCreator.UI/Properties/launchSettings.json @@ -4,7 +4,7 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:38024", - "launchUrl": "https://localhost:38024/WDC/UI", + "launchUrl": "https://localhost:38024", "sslPort": 44365 } }, @@ -14,7 +14,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "https://localhost:7196;http://localhost:5013", - "launchUrl": "https://localhost:7196/WDC/UI", + "launchUrl": "https://localhost:7196", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }