From 7754315eb909bd0b3629a6a3b2c9e124878820d8 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 14 Jun 2024 10:59:14 -0500 Subject: [PATCH] =?UTF-8?q?fix(dir):=20=F0=9F=90=9B=20swagger=20UI=20launc?= =?UTF-8?q?h=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FilterLists.Directory.Api/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json b/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json index 7f605a79e..5c41c9730 100644 --- a/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json +++ b/services/Directory/FilterLists.Directory.Api/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "launchUrl": "swagger/index.html", + "launchUrl": "index.html", "applicationUrl": "http://localhost:5444", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -15,7 +15,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "launchUrl": "swagger/index.html", + "launchUrl": "index.html", "applicationUrl": "https://localhost:7490;http://localhost:5444", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"