From d6580044b28cb95190b2e9c442b5342c52586034 Mon Sep 17 00:00:00 2001 From: jhim Date: Fri, 13 Mar 2026 10:01:34 +0100 Subject: [PATCH] fix --- API/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/Properties/launchSettings.json b/API/Properties/launchSettings.json index 0be700e..ed83da2 100644 --- a/API/Properties/launchSettings.json +++ b/API/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "http://localhost:5050", + "applicationUrl": "http://0.0.0.0:5050", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }