Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yanecc committed May 2, 2024
1 parent 8aa4099 commit d09b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grip/handlers/static.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Grip
module Handlers
class Static < HTTP::StaticFileHandler
def initialize(public_dir : String, @fallthrough = true, @directory_listing = true, @routing = "/")
def initialize(public_dir : String, @fallthrough = false, @directory_listing = false, @routing = "/")
@public_dir = Path.new(public_dir).expand
end

Expand Down

0 comments on commit d09b5d5

Please sign in to comment.