From e23d29a72a5f6db4daaaa1cb350b13aeefb0f41d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 18 May 2023 08:05:50 +0200 Subject: [PATCH] fix local launch settings --- WebDoorCreator.UI/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }