mirror of
https://github.com/mmahdium/HoolIt.git
synced 2025-08-03 00:14:26 +02:00
Add "/" route redirect to GH repo
This commit is contained in:
@@ -17,6 +17,9 @@ var subscribers = new ConcurrentDictionary<string, List<StreamWriter>>();
|
||||
var cancellationSources =
|
||||
new ConcurrentDictionary<string, CancellationTokenSource>(); // 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");
|
||||
|
Reference in New Issue
Block a user