From 595253d7c3754c6d641a67edea2ff777e4d99ed2 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:00:32 +0700 Subject: [PATCH] add 8080 to applicationUrl --- 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 91aa164..16ddf4b 100644 --- a/Govor.API/Properties/launchSettings.json +++ b/Govor.API/Properties/launchSettings.json @@ -14,7 +14,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "https://localhost:7155;http://localhost:5041", + "applicationUrl": "http://0.0.0.0:8080;https://localhost:7155;http://localhost:5041", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }