From dbb7dc168b85c37dc3aead341f9682f5f843e0a5 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 18 Apr 2026 06:40:59 +0000 Subject: [PATCH] Changed launch profile to use the right hosting address --- SampleApi/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleApi/Properties/launchSettings.json b/SampleApi/Properties/launchSettings.json index 7f6c8b9..dc3c20f 100644 --- a/SampleApi/Properties/launchSettings.json +++ b/SampleApi/Properties/launchSettings.json @@ -8,7 +8,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5221" + "applicationUrl": "http://0.0.0.0:5000" }, "https": { "commandName": "Project",