diff --git a/HoolIt/Program.cs b/HoolIt/Program.cs index 1161463..7145fbb 100644 --- a/HoolIt/Program.cs +++ b/HoolIt/Program.cs @@ -17,6 +17,9 @@ var subscribers = new ConcurrentDictionary>(); var cancellationSources = new ConcurrentDictionary(); // To manage cancellation per feedId + +app.MapGet("/", () => Results.Redirect("https://github.com/mmahdium/HoolIt")); + // HAPI! // https://github.com/jheising/HAPI var createApi = app.MapGroup("/dweet/for");