From 724860c272afb7fe5a02645ef1c1b8d208d897f3 Mon Sep 17 00:00:00 2001 From: ivar Date: Thu, 4 Dec 2025 00:17:16 +0100 Subject: POC auth in app --- api/WhatApi/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/WhatApi/Properties') diff --git a/api/WhatApi/Properties/launchSettings.json b/api/WhatApi/Properties/launchSettings.json index 581ee7b..73724a7 100644 --- a/api/WhatApi/Properties/launchSettings.json +++ b/api/WhatApi/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "applicationUrl": "http://localhost:5281", + "applicationUrl": "http://0.0.0.0:5281", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } -- cgit v1.3