From 9a1b61cfd1ff8e040ad8f073c614b5abb323efd7 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Sun, 31 May 2026 19:59:34 -0500 Subject: [PATCH] corrected listening url from localhost to all adapters --- Start-DoneTickConsumer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start-DoneTickConsumer.ps1 b/Start-DoneTickConsumer.ps1 index 56d7c71..d9e8f45 100644 --- a/Start-DoneTickConsumer.ps1 +++ b/Start-DoneTickConsumer.ps1 @@ -1,4 +1,4 @@ -[string] $ListenUrl = "http://localhost:8080/" +[string] $ListenUrl = "http://0.0.0.0:8080/" function Write-JsonResponse {