diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:24:20 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:24:20 +0300 |
| commit | 9000f940c89e1cfa35f959f2aefd7b748eddc1ce (patch) | |
| tree | 748eb5d0de5a6b44ee26174ee5f5d3d2d8553216 /ExamTemplate | |
| parent | 6fedb4158836e6bf8d0e6190bc8fd36f188ac60d (diff) | |
| download | it-kariera-exam-template-9000f940c89e1cfa35f959f2aefd7b748eddc1ce.tar it-kariera-exam-template-9000f940c89e1cfa35f959f2aefd7b748eddc1ce.tar.gz it-kariera-exam-template-9000f940c89e1cfa35f959f2aefd7b748eddc1ce.zip | |
Disabled HTTPS and added a note in README
Diffstat (limited to 'ExamTemplate')
| -rw-r--r-- | ExamTemplate/Web/Properties/launchSettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"
}
|
