From 9000f940c89e1cfa35f959f2aefd7b748eddc1ce Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 18:24:20 +0300 Subject: Disabled HTTPS and added a note in README --- ExamTemplate/Web/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExamTemplate/Web/Properties') diff --git a/ExamTemplate/Web/Properties/launchSettings.json b/ExamTemplate/Web/Properties/launchSettings.json index 9bcdafd..080115b 100644 --- a/ExamTemplate/Web/Properties/launchSettings.json +++ b/ExamTemplate/Web/Properties/launchSettings.json @@ -18,7 +18,7 @@ "Web": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "https://localhost:5001;http://localhost:5000", + "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } -- cgit v1.2.3