mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	
							parent
							
								
									f8eb863ea8
								
							
						
					
					
						commit
						1c527c2d94
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -21,7 +21,7 @@ module Kemal | |||
|     # a corresponding `HEAD` route. | ||||
|     def add_route(method, path, &handler : HTTP::Server::Context -> _) | ||||
|       add_to_radix_tree method, path, Route.new(method, path, &handler) | ||||
|       add_to_radix_tree("HEAD", path, Route.new("HEAD", path, &handler)) if method == "GET" | ||||
|       add_to_radix_tree("HEAD", path, Route.new("HEAD", path) {|ctx| ""}) if method == "GET" | ||||
|     end | ||||
| 
 | ||||
|     # Check if a route is defined and returns the lookup | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue