From bf2aca40d3ee90d708b9139ec386f40fcfea4579 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:40:03 +0700 Subject: [PATCH] added https --- Govor.API/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Govor.API/Properties/launchSettings.json b/Govor.API/Properties/launchSettings.json index 66e1268..de57ac8 100644 --- a/Govor.API/Properties/launchSettings.json +++ b/Govor.API/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "http://0.0.0.0:8080;http://localhost:5041", + "applicationUrl": "https://0.0.0.0:8080;http://localhost:5041", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -14,7 +14,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "http://0.0.0.0:8080;https://localhost:7155;http://localhost:5041", + "applicationUrl": "https://0.0.0.0:8080;https://localhost:7155;http://localhost:5041", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }