From f85e2512778a18f59ff102266bc2d0122941e929 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:50:37 +0700 Subject: [PATCH] with out https --- Govor.API/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Govor.API/Properties/launchSettings.json b/Govor.API/Properties/launchSettings.json index 9c2c0e9..0edc649 100644 --- a/Govor.API/Properties/launchSettings.json +++ b/Govor.API/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "https://0.0.0.0:8080; https://localhost:7155", + "applicationUrl": "http://0.0.0.0:8080; http://localhost:7155", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }