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"