From 5674a3fafc1d5e127438d652aa766b4f159e22a3 Mon Sep 17 00:00:00 2001 From: pashko Date: Mon, 1 Sep 2025 14:29:52 +0000 Subject: [PATCH] Update file launchSettings.json --- App01/ Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App01/ Properties/launchSettings.json b/App01/ Properties/launchSettings.json index 16c4641..a415873 100644 --- a/App01/ Properties/launchSettings.json +++ b/App01/ Properties/launchSettings.json @@ -4,7 +4,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://*:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }