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 {