timezone bugs, changed webhook listener to use + since posh doesn't allow 0.0.0.0
Security / security (push) Successful in 58s

This commit is contained in:
2026-05-31 20:06:54 -05:00
parent 9a1b61cfd1
commit d0ac1d8e4c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[string] $ListenUrl = "http://0.0.0.0:8080/"
[string] $ListenUrl = "http://+:8080/"
function Write-JsonResponse
{