mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Fix config
This commit is contained in:
		
							parent
							
								
									850af8819e
								
							
						
					
					
						commit
						454894820d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ module Kemal
 | 
				
			||||||
      @env = "development" unless @env
 | 
					      @env = "development" unless @env
 | 
				
			||||||
      @public_folder = "./public"
 | 
					      @public_folder = "./public"
 | 
				
			||||||
      @logging = true
 | 
					      @logging = true
 | 
				
			||||||
      @logger = Kemal::LogHandler.new(@env) unless @logging
 | 
					      @logger = Kemal::LogHandler.new(@env) if @logging
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def scheme
 | 
					    def scheme
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue