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
|
||||
@public_folder = "./public"
|
||||
@logging = true
|
||||
@logger = Kemal::LogHandler.new(@env) unless @logging
|
||||
@logger = Kemal::LogHandler.new(@env) if @logging
|
||||
end
|
||||
|
||||
def scheme
|
||||
|
|
Loading…
Reference in a new issue