corrected listening url from localhost to all adapters
Security / security (push) Successful in 1m2s

This commit is contained in:
2026-05-31 19:59:34 -05:00
parent 1e01db0889
commit 9a1b61cfd1
+1 -1
View File
@@ -1,4 +1,4 @@
[string] $ListenUrl = "http://localhost:8080/" [string] $ListenUrl = "http://0.0.0.0:8080/"
function Write-JsonResponse function Write-JsonResponse
{ {