From 940c807c5124c843e9f523341449951538a5db3b Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Mon, 13 Feb 2023 02:02:16 +0330 Subject: [PATCH] chore: Update flight service --- .../src/Flight.Api/Properties/launchSettings.json | 10 ---------- 1 file changed, 10 deletions(-) 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" - } } } }