From cff1484c4aab72018c5305a7178fe727ac1ab0c1 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 19 Mar 2024 07:37:28 +0100 Subject: [PATCH] https --- src/HeartTrackAPI/Properties/launchSettings.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/HeartTrackAPI/Properties/launchSettings.json b/src/HeartTrackAPI/Properties/launchSettings.json index 7156f3d..9fa5871 100644 --- a/src/HeartTrackAPI/Properties/launchSettings.json +++ b/src/HeartTrackAPI/Properties/launchSettings.json @@ -9,26 +9,27 @@ } }, "profiles": { - "http": { + "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "http://localhost:5030", + "applicationUrl": "https://localhost:8080;http://localhost:5030", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, - "https": { + "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7233;http://localhost:5030", + "applicationUrl": "http://localhost:5030", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, + "IIS Express": { "commandName": "IISExpress", "launchBrowser": true,