From b1eff9c696459d83b698e586a21f4d06c77552d9 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:16:32 +0700 Subject: [PATCH] remove ip --- 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 a5c21d3..defffb2 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://72.56.93.242:8080;", + "applicationUrl": "http://0.0.0.0:8080;", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }