Skip to content

Commit

Permalink
Fix Processor health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 22, 2024
1 parent ce3de24 commit eb26409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ktisis.Processor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public static void Main()

app.MapGet("/", () => Results.Ok());

app.Run();
app.Run($"http://*:{Environment.GetEnvironmentVariable("PORT")}");
}
}

0 comments on commit eb26409

Please sign in to comment.