mirror of
				https://github.com/mmahdium/HoolIt.git
				synced 2025-11-04 02:48:12 +01: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