diff --git a/HoolIt/Program.cs b/HoolIt/Program.cs index 7145fbb..720e2eb 100644 --- a/HoolIt/Program.cs +++ b/HoolIt/Program.cs @@ -12,12 +12,13 @@ builder.Services.ConfigureHttpJsonOptions(options => }); var app = builder.Build(); +app.Urls.Clear(); +app.Urls.Add("http://0.0.0.0:5030"); var subscribers = new ConcurrentDictionary>(); var cancellationSources = new ConcurrentDictionary(); // To manage cancellation per feedId - app.MapGet("/", () => Results.Redirect("https://github.com/mmahdium/HoolIt")); // HAPI!