diff --git a/src/Services/Flight/src/Flight.Api/Properties/launchSettings.json b/src/Services/Flight/src/Flight.Api/Properties/launchSettings.json index d73af91..bedb9f7 100644 --- a/src/Services/Flight/src/Flight.Api/Properties/launchSettings.json +++ b/src/Services/Flight/src/Flight.Api/Properties/launchSettings.json @@ -10,16 +10,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "launchUrl": "swagger", - "applicationUrl": "https://localhost:5003", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }