summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Properties
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-12-04 00:17:16 +0100
committerivar <i@oiee.no>2025-12-04 00:17:16 +0100
commit724860c272afb7fe5a02645ef1c1b8d208d897f3 (patch)
treedf9b72b9cd9cc716ceb19a4a9085b8f1ba5b6972 /api/WhatApi/Properties
parent401226a14f3e5ef98b959e818d37683afd7056d9 (diff)
downloadwhat-724860c272afb7fe5a02645ef1c1b8d208d897f3.tar.xz
what-724860c272afb7fe5a02645ef1c1b8d208d897f3.zip
POC auth in app
Diffstat (limited to 'api/WhatApi/Properties')
-rw-r--r--api/WhatApi/Properties/launchSettings.json2
1 files changed, 1 insertions, 1 deletions
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"
}