From 1540e1ba1347a542880d80082675876cb7295b64 Mon Sep 17 00:00:00 2001 From: femsci Date: Sun, 1 Oct 2023 10:18:23 +0200 Subject: [PATCH] launch settings --- src/Interlinked.User/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Interlinked.User/Properties/launchSettings.json b/src/Interlinked.User/Properties/launchSettings.json index 45f148a..e3a2111 100644 --- a/src/Interlinked.User/Properties/launchSettings.json +++ b/src/Interlinked.User/Properties/launchSettings.json @@ -13,7 +13,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "launchUrl": "swagger", + "launchUrl": "/", "applicationUrl": "http://localhost:5066", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -23,7 +23,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "launchUrl": "swagger", + "launchUrl": "/", "applicationUrl": "https://localhost:7203;http://localhost:5066", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -32,7 +32,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "swagger", + "launchUrl": "/", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }